mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
fa1ac61168
PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
33 lines
658 B
Makefile
33 lines
658 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
|
|
CATEGORIES= dns misc
|
|
MASTER_SITES= http://www.staticcling.org/clients/
|
|
DISTNAME= ChargeGTK-${PORTVERSION}
|
|
|
|
MAINTAINER= mahlon@martini.nu
|
|
COMMENT= A GTK client for the StaticCling dynamic DNS service
|
|
|
|
BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
|
|
|
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>
|