gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1002: clean up freedink


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1002: clean up freedink
Date: Sun, 28 Oct 2012 21:11:47 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1002
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-10-28 21:11:47 +0100
message:
  clean up freedink
added:
  gnu/freedink/config.mk
modified:
  gnu/freedink/Makefile
=== modified file 'gnu/freedink/Makefile'
--- a/gnu/freedink/Makefile     2012-08-25 17:57:06 +0000
+++ b/gnu/freedink/Makefile     2012-10-28 20:11:47 +0000
@@ -1,18 +1,21 @@
 GARNAME = freedink
 GARVERSION = 1.08.20120427
+HOME_URL = http://www.gnu.org/software/freedink
+DESCRIPTION = GNU FreeDink
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = freedink/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = 
 LIBDEPS = libsdl_gfx libsdl_ttf libsdl_mixer libsdl_image libzip
 
-HOME_URL = http://www.gnu.org/software/freedink
-DESCRIPTION = GNU FreeDink
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
 
-CONFIGURE_OPTS = --with-libiconv-prefix=$(prefix) --with-sdl-prefix=$(prefix) 
--with-sdl-exec-prefix=$(prefix)
+CONFIGURE_ARGS += --with-libiconv-prefix=$(prefix) --with-sdl-prefix=$(prefix) 
--with-sdl-exec-prefix=$(prefix) --disable-embedded-resources

=== added file 'gnu/freedink/config.mk'
--- a/gnu/freedink/config.mk    1970-01-01 00:00:00 +0000
+++ b/gnu/freedink/config.mk    2012-10-28 20:11:47 +0000
@@ -0,0 +1,4 @@
+## Configuration options for freedink ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]