2003-12-18 13:59:48 +00:00
|
|
|
# New ports collection makefile for: updatedd
|
|
|
|
# Date created: 2003-12-02
|
|
|
|
# Whom: geniusj@ods.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= updatedd
|
2007-02-28 20:05:21 +00:00
|
|
|
PORTVERSION= 2.6
|
2003-12-18 13:59:48 +00:00
|
|
|
CATEGORIES= dns
|
2007-02-28 20:05:21 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
2003-12-18 13:59:48 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2007-02-28 20:05:21 +00:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
2003-12-18 13:59:48 +00:00
|
|
|
|
|
|
|
MAINTAINER= geniusj@ods.org
|
|
|
|
COMMENT= Dynamic DNS Update Client supporting multiple services
|
|
|
|
|
2007-02-28 20:05:21 +00:00
|
|
|
USE_PERL5= yes
|
2003-12-18 13:59:48 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-12-18 13:59:48 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2007-02-28 20:05:21 +00:00
|
|
|
|
|
|
|
MAN1= updatedd.1 updatedd-wrapper.1
|
|
|
|
MAN5= updatedd-wrapper.conf.5
|
|
|
|
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-disable-portdocs
|
2003-12-18 13:59:48 +00:00
|
|
|
.endif
|
|
|
|
|
2007-02-28 20:05:21 +00:00
|
|
|
post-install:
|
|
|
|
@if [ ! -f ${PREFIX}/etc/updatedd-wrapper.conf ]; then \
|
|
|
|
${CP} -p ${PREFIX}/etc/updatedd-wrapper.conf.sample ${PREFIX}/etc/updatedd-wrapper.conf ; \
|
|
|
|
fi
|
|
|
|
|
2003-12-18 13:59:48 +00:00
|
|
|
.include <bsd.port.mk>
|