mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
8ce8cac335
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
23 lines
461 B
Makefile
23 lines
461 B
Makefile
# Created by: geniusj@ods.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= updatedd
|
|
PORTVERSION= 2.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= dns
|
|
MASTER_SITES= SAVANNAH
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= geniusj@ods.org
|
|
COMMENT= Dynamic DNS Update Client supporting multiple services
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
USES= gmake libtool perl5 shebangfix
|
|
SHEBANG_FILES= Documentation/updatedd-pppd-rc
|
|
GNU_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|