aboutsummaryrefslogtreecommitdiffstats
path: root/dns/updatedd/Makefile
blob: 2afc0f7b8da6446d6ead8fa72c706a95574a50e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>