1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/dns/staticcharge/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

39 lines
842 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= 4
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
GNU_CONFIGURE= yes
USE_GMAKE= yes
.ifdef DEBUG
CONFIGURE_ARGS+= --enable-debug
.endif
post-patch:
@${REINPLACE_CMD} -E 's,\(int\)([[:graph:]]+) = ,\1 = (char *),' \
${WRKSRC}/src/checkexe.c ${WRKSRC}/src/checkip.c \
${WRKSRC}/src/getfields.c
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>