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
|
2003-06-26 09:47:20 +02:00
|
|
|
PORTVERSION= 0.7.3
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 4
|
2005-11-10 04:48:30 +01:00
|
|
|
CATEGORIES= dns
|
2001-12-25 06:07:24 +01:00
|
|
|
MASTER_SITES= http://www.staticcling.org/clients/
|
|
|
|
DISTNAME= ChargeGTK-${PORTVERSION}
|
|
|
|
|
2004-08-28 06:36:25 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A GTK client for the StaticCling dynamic DNS service
|
2001-12-25 06:07:24 +01:00
|
|
|
|
2003-06-26 09:47:20 +02:00
|
|
|
BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
2001-12-25 06:07:24 +01:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/staticcharge
|
2001-12-25 06:07:24 +01:00
|
|
|
WRKSRC= ${WRKDIR}/staticcharge
|
2002-09-03 03:06:26 +02:00
|
|
|
USE_GNOME= gtk12
|
2001-12-25 06:07:24 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-06-26 09:47:20 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.ifdef DEBUG
|
2004-08-28 05:52:29 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-debug
|
2003-06-26 09:47:20 +02:00
|
|
|
.endif
|
2001-12-25 06:07:24 +01:00
|
|
|
|
2007-06-28 22:31:38 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -E 's,\(int\)([[:graph:]]+) = ,\1 = (char *),' \
|
|
|
|
${WRKSRC}/src/checkexe.c ${WRKSRC}/src/checkip.c \
|
|
|
|
${WRKSRC}/src/getfields.c
|
|
|
|
|
2001-12-25 06:07:24 +01:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|