diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-25 05:07:24 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-25 05:07:24 +0000 |
commit | 0e2f3f290570741c892e151cc2c4eeaf4cbf4c2b (patch) | |
tree | 6ad926cdf3f5f5920f5e3267572a187397dfb4ef /dns | |
parent | 6b55f3df83c8638b6cbdb28e86f308f80079ea41 (diff) | |
download | ports-0e2f3f290570741c892e151cc2c4eeaf4cbf4c2b.tar.gz ports-0e2f3f290570741c892e151cc2c4eeaf4cbf4c2b.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/staticcharge/Makefile | 26 | ||||
-rw-r--r-- | dns/staticcharge/distinfo | 1 | ||||
-rw-r--r-- | dns/staticcharge/files/patch-Makefile.in | 20 | ||||
-rw-r--r-- | dns/staticcharge/pkg-comment | 1 | ||||
-rw-r--r-- | dns/staticcharge/pkg-descr | 12 | ||||
-rw-r--r-- | dns/staticcharge/pkg-message | 6 | ||||
-rw-r--r-- | dns/staticcharge/pkg-plist | 1 |
7 files changed, 67 insertions, 0 deletions
diff --git a/dns/staticcharge/Makefile b/dns/staticcharge/Makefile new file mode 100644 index 000000000000..48e06d61651b --- /dev/null +++ b/dns/staticcharge/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: staticcharge +# Date created: 26 October 2001 +# Whom: Mahlon <mahlon@martini.nu> +# +# $FreeBSD$ +# + +PORTNAME= staticcharge +PORTVERSION= 0.4 +CATEGORIES= net misc +MASTER_SITES= http://www.staticcling.org/clients/ +DISTNAME= ChargeGTK-${PORTVERSION} + +MAINTAINER= mahlon@martini.nu + +BUILD_DEPENDS= lynx:${PORTSDIR}/www/lynx + +WRKSRC= ${WRKDIR}/staticcharge +USE_GTK= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/dns/staticcharge/distinfo b/dns/staticcharge/distinfo new file mode 100644 index 000000000000..7c11dae274f9 --- /dev/null +++ b/dns/staticcharge/distinfo @@ -0,0 +1 @@ +MD5 (ChargeGTK-0.4.tar.gz) = e6d745b83015a987336cf7a6383755a4 diff --git a/dns/staticcharge/files/patch-Makefile.in b/dns/staticcharge/files/patch-Makefile.in new file mode 100644 index 000000000000..17840e03ec28 --- /dev/null +++ b/dns/staticcharge/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- 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/dns/staticcharge/pkg-comment b/dns/staticcharge/pkg-comment new file mode 100644 index 000000000000..eef1630563f5 --- /dev/null +++ b/dns/staticcharge/pkg-comment @@ -0,0 +1 @@ +A GTK client for the StaticCling dynamic DNS service diff --git a/dns/staticcharge/pkg-descr b/dns/staticcharge/pkg-descr new file mode 100644 index 000000000000..f9579e6f7240 --- /dev/null +++ b/dns/staticcharge/pkg-descr @@ -0,0 +1,12 @@ +A front end that allows you to update your staticcling hostname to +match your current IP address - or an arbitrary IP address of your +choosing, in a quick and easy to use GTK interface. + +You will need a StaticCling Dynamic DNS account in order to use +this client. Visit http://www.staticcling.org/newaccount.shtml to +learn more and sign up. + +WWW: http://www.staticcling.org/ + +- Mahlon +mahlon@martini.nu diff --git a/dns/staticcharge/pkg-message b/dns/staticcharge/pkg-message new file mode 100644 index 000000000000..78c3dfdd12a3 --- /dev/null +++ b/dns/staticcharge/pkg-message @@ -0,0 +1,6 @@ +*************************************************************** + +You will need a StaticCling Dynamic DNS account in order to use +this client. Visit http://www.staticcling.org/ to sign up! + +*************************************************************** diff --git a/dns/staticcharge/pkg-plist b/dns/staticcharge/pkg-plist new file mode 100644 index 000000000000..8fd806e7dba6 --- /dev/null +++ b/dns/staticcharge/pkg-plist @@ -0,0 +1 @@ +bin/staticcharge |