2001-12-25 05:07:24 +00:00
|
|
|
# New ports collection makefile for: staticcharge
|
|
|
|
# Date created: 26 October 2001
|
|
|
|
# Whom: Mahlon <mahlon@martini.nu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= staticcharge
|
2003-06-26 07:47:20 +00:00
|
|
|
PORTVERSION= 0.7.3
|
2003-09-05 04:54:37 +00:00
|
|
|
CATEGORIES= dns misc
|
2001-12-25 05:07:24 +00:00
|
|
|
MASTER_SITES= http://www.staticcling.org/clients/
|
|
|
|
DISTNAME= ChargeGTK-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= mahlon@martini.nu
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= A GTK client for the StaticCling dynamic DNS service
|
2001-12-25 05:07:24 +00:00
|
|
|
|
2003-06-26 07:47:20 +00:00
|
|
|
BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
2001-12-25 05:07:24 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/staticcharge
|
2002-09-03 01:06:26 +00:00
|
|
|
USE_GNOME= gtk12
|
2001-12-25 05:07:24 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2003-06-26 07:47:20 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.ifdef DEBUG
|
|
|
|
CONFIGURE_ARGS+= --enable-debug
|
|
|
|
.endif
|
2001-12-25 05:07:24 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|