freebsd-ports/net/staticcharge/Makefile
Mario Sergio Fujikawa Ferreira b9d28dac8b Deploy USE_GNOMENG infrastructure
PR:		42345
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-03 01:06:26 +00:00

28 lines
542 B
Makefile

# New ports collection makefile for: staticcharge
# Date created: 26 October 2001
# Whom: Mahlon <mahlon@martini.nu>
#
# $FreeBSD$
#
PORTNAME= staticcharge
PORTVERSION= 0.5
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_GNOMENG= yes
USE_GNOME= gtk12
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>