summaryrefslogtreecommitdiff
path: root/dns/staticcharge
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-06-26 07:47:20 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-06-26 07:47:20 +0000
commit3730a395808e6cc26cd241d9d74adc827991ccfe (patch)
tree9064b113f13aa914c004a386745b86dbeeed94f3 /dns/staticcharge
parentremove dvipdfmx-base-0.1.tar.gz in distfiles. (diff)
update net/staticcharge to 0.7.3 from 0.7
and bug/compatibility fixes. PR: 53553 Submitted by: ahlon <admins@staticcling.org> (maintainer)
Notes
Notes: svn path=/head/; revision=83630
Diffstat (limited to 'dns/staticcharge')
-rw-r--r--dns/staticcharge/Makefile9
-rw-r--r--dns/staticcharge/distinfo2
-rw-r--r--dns/staticcharge/files/patch-Makefile.in20
3 files changed, 8 insertions, 23 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}