diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-26 07:47:20 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-26 07:47:20 +0000 |
commit | 3730a395808e6cc26cd241d9d74adc827991ccfe (patch) | |
tree | 9064b113f13aa914c004a386745b86dbeeed94f3 | |
parent | 1e6cefb3f788f3bf6f7a22a1966cf8d3eed2aebd (diff) | |
download | ports-3730a395808e6cc26cd241d9d74adc827991ccfe.tar.gz ports-3730a395808e6cc26cd241d9d74adc827991ccfe.zip |
Notes
-rw-r--r-- | dns/staticcharge/Makefile | 9 | ||||
-rw-r--r-- | dns/staticcharge/distinfo | 2 | ||||
-rw-r--r-- | dns/staticcharge/files/patch-Makefile.in | 20 | ||||
-rw-r--r-- | net/staticcharge/Makefile | 9 | ||||
-rw-r--r-- | net/staticcharge/distinfo | 2 | ||||
-rw-r--r-- | net/staticcharge/files/patch-Makefile.in | 20 |
6 files changed, 16 insertions, 46 deletions
diff --git a/dns/staticcharge/Makefile b/dns/staticcharge/Makefile index fe02fa68f55a..991a42ee6039 100644 --- a/dns/staticcharge/Makefile +++ b/dns/staticcharge/Makefile @@ -6,7 +6,7 @@ # PORTNAME= staticcharge -PORTVERSION= 0.7 +PORTVERSION= 0.7.3 CATEGORIES= net misc MASTER_SITES= http://www.staticcling.org/clients/ DISTNAME= ChargeGTK-${PORTVERSION} @@ -14,12 +14,17 @@ DISTNAME= ChargeGTK-${PORTVERSION} MAINTAINER= mahlon@martini.nu COMMENT= A GTK client for the StaticCling dynamic DNS service -BUILD_DEPENDS= lynx:${PORTSDIR}/www/lynx +BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget WRKSRC= ${WRKDIR}/staticcharge USE_GNOME= gtk12 USE_X_PREFIX= yes GNU_CONFIGURE= yes +USE_GMAKE= yes + +.ifdef DEBUG +CONFIGURE_ARGS+= --enable-debug +.endif post-install: @${CAT} ${PKGMESSAGE} diff --git a/dns/staticcharge/distinfo b/dns/staticcharge/distinfo index a1c4b3fd864f..5d80de4b25bf 100644 --- a/dns/staticcharge/distinfo +++ b/dns/staticcharge/distinfo @@ -1 +1 @@ -MD5 (ChargeGTK-0.7.tar.gz) = a63d23bd1e55f936c30531b4fb2dbaf4 +MD5 (ChargeGTK-0.7.3.tar.gz) = aa36786113b282d6216fb2d5789f3cba diff --git a/dns/staticcharge/files/patch-Makefile.in b/dns/staticcharge/files/patch-Makefile.in deleted file mode 100644 index 17840e03ec28..000000000000 --- a/dns/staticcharge/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Sat Oct 27 02:31:13 2001 -+++ Makefile.in Tue Dec 25 00:02:32 2001 -@@ -8,7 +8,7 @@ - PRIVHEADERS = globals.h gtkglobals.h - GTKFLAGS = @GTK_CFLAGS@ - GTKLIBS = @GTK_LIBS@ --CC = gcc -+CC ?= gcc - INSTALL = @INSTALL@ - PREFIX ?= /usr/X11R6 - BINARY = staticcharge -@@ -16,7 +16,7 @@ - .ifdef DEBUG - CCFLAGS += -Wall -g -DDEBUG - .else --CCFLAGS += -Wall -O -+CCFLAGS += ${CFLAGS} -Wall - .endif - - all: ${BINARY} diff --git a/net/staticcharge/Makefile b/net/staticcharge/Makefile index fe02fa68f55a..991a42ee6039 100644 --- a/net/staticcharge/Makefile +++ b/net/staticcharge/Makefile @@ -6,7 +6,7 @@ # PORTNAME= staticcharge -PORTVERSION= 0.7 +PORTVERSION= 0.7.3 CATEGORIES= net misc MASTER_SITES= http://www.staticcling.org/clients/ DISTNAME= ChargeGTK-${PORTVERSION} @@ -14,12 +14,17 @@ DISTNAME= ChargeGTK-${PORTVERSION} MAINTAINER= mahlon@martini.nu COMMENT= A GTK client for the StaticCling dynamic DNS service -BUILD_DEPENDS= lynx:${PORTSDIR}/www/lynx +BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget WRKSRC= ${WRKDIR}/staticcharge USE_GNOME= gtk12 USE_X_PREFIX= yes GNU_CONFIGURE= yes +USE_GMAKE= yes + +.ifdef DEBUG +CONFIGURE_ARGS+= --enable-debug +.endif post-install: @${CAT} ${PKGMESSAGE} diff --git a/net/staticcharge/distinfo b/net/staticcharge/distinfo index a1c4b3fd864f..5d80de4b25bf 100644 --- a/net/staticcharge/distinfo +++ b/net/staticcharge/distinfo @@ -1 +1 @@ -MD5 (ChargeGTK-0.7.tar.gz) = a63d23bd1e55f936c30531b4fb2dbaf4 +MD5 (ChargeGTK-0.7.3.tar.gz) = aa36786113b282d6216fb2d5789f3cba diff --git a/net/staticcharge/files/patch-Makefile.in b/net/staticcharge/files/patch-Makefile.in deleted file mode 100644 index 17840e03ec28..000000000000 --- a/net/staticcharge/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Sat Oct 27 02:31:13 2001 -+++ Makefile.in Tue Dec 25 00:02:32 2001 -@@ -8,7 +8,7 @@ - PRIVHEADERS = globals.h gtkglobals.h - GTKFLAGS = @GTK_CFLAGS@ - GTKLIBS = @GTK_LIBS@ --CC = gcc -+CC ?= gcc - INSTALL = @INSTALL@ - PREFIX ?= /usr/X11R6 - BINARY = staticcharge -@@ -16,7 +16,7 @@ - .ifdef DEBUG - CCFLAGS += -Wall -g -DDEBUG - .else --CCFLAGS += -Wall -O -+CCFLAGS += ${CFLAGS} -Wall - .endif - - all: ${BINARY} |