1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/dns/updatedd/Makefile
Dmitry Marakasov 7a0b6c0954 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-23 21:50:52 +00:00

23 lines
451 B
Makefile

# Created by: geniusj@ods.org
# $FreeBSD$
PORTNAME= updatedd
PORTVERSION= 2.6
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= geniusj@ods.org
COMMENT= Dynamic DNS Update Client supporting multiple services
OPTIONS_DEFINE= DOCS
USES= gmake libtool perl5
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>