freebsd-ports/dns/staticcharge/Makefile
Pete Fritchman 0e2f3f2905 Add staticcharge 0.4, a GTK client for the StaticCling dynamic DNS
service.

PR:		31528
Submitted by:	Mahlon <mahlon@martini.nu>
2001-12-25 05:07:24 +00:00

26 lines
521 B
Makefile

# 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>