2001-12-25 06:07:24 +01:00
|
|
|
# New ports collection makefile for: staticcharge
|
|
|
|
# Date created: 26 October 2001
|
|
|
|
# Whom: Mahlon <mahlon@martini.nu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= staticcharge
|
2002-09-01 20:45:09 +02:00
|
|
|
PORTVERSION= 0.5
|
2001-12-25 06:07:24 +01:00
|
|
|
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
|
2002-09-03 03:06:26 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gtk12
|
2001-12-25 06:07:24 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|