aboutsummaryrefslogtreecommitdiffstats
path: root/net/staticcharge/Makefile
blob: dceee9375ce5e366a46b76e2f2faf36050e48c6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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_GTK=    yes
USE_X_PREFIX=   yes
GNU_CONFIGURE=  yes

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>