summaryrefslogtreecommitdiff
path: root/dns/staticcharge/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/staticcharge/Makefile')
-rw-r--r--dns/staticcharge/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/dns/staticcharge/Makefile b/dns/staticcharge/Makefile
deleted file mode 100644
index 3e2b524fdf7d..000000000000
--- a/dns/staticcharge/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: staticcharge
-# Date created: 26 October 2001
-# Whom: Mahlon <mahlon@martini.nu>
-#
-# $FreeBSD$
-#
-
-PORTNAME= staticcharge
-PORTVERSION= 0.7
-CATEGORIES= net misc
-MASTER_SITES= http://www.staticcling.org/clients/
-DISTNAME= ChargeGTK-${PORTVERSION}
-
-MAINTAINER= mahlon@martini.nu
-COMMENT= A GTK client for the StaticCling dynamic DNS service
-
-BUILD_DEPENDS= lynx:${PORTSDIR}/www/lynx
-
-WRKSRC= ${WRKDIR}/staticcharge
-USE_GNOMENG= yes
-USE_GNOME= gtk12
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>