freebsd-ports/dns/wrapsrv/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
447 B
Makefile

# $FreeBSD$
PORTNAME= wrapsrv
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
MAINTAINER= truckman@FreeBSD.org
COMMENT= DNS SRV record command line wrapper
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
BUILD_DEPENDS= docbook2mdoc:textproc/docbook2mdoc
PLIST_FILES= bin/wrapsrv man/man1/wrapsrv.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/wrapsrv
.include <bsd.port.mk>