1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/dns/staticcharge/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

35 lines
698 B
Makefile

# New ports collection makefile for: staticcharge
# Date created: 26 October 2001
# Whom: Mahlon <mahlon@martini.nu>
#
# $FreeBSD$
#
PORTNAME= staticcharge
PORTVERSION= 0.7.3
PORTREVISION= 3
CATEGORIES= dns
MASTER_SITES= http://www.staticcling.org/clients/
DISTNAME= ChargeGTK-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A GTK client for the StaticCling dynamic DNS service
BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget
PLIST_FILES= bin/staticcharge
WRKSRC= ${WRKDIR}/staticcharge
USE_GNOME= gtk12
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
.ifdef DEBUG
CONFIGURE_ARGS+= --enable-debug
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>