freebsd-ports/dns/openresolv/Makefile
Wesley Shields f184505469 Remove the header for ports I created.
For dns/openresolv give proper attribution. This was a copy/paste
mistake the submitter made, which incorrectly gave me attribution
for that file. I did not create it.
2012-12-12 18:48:33 +00:00

28 lines
608 B
Makefile

# New ports collection makefile for: openresolv
# Date created: 20 December 2007
# Whom: Roy Marples <roy@marples.name>
#
# $FreeBSD$
#
PORTNAME= openresolv
PORTVERSION= 1.1
CATEGORIES= dns
MASTER_SITES= http://roy.marples.name/downloads/openresolv/ \
ftp://roy.marples.name/pub/openresolv/
MAINTAINER= roy@marples.name
COMMENT= A resolvconf compatible framework for managing resolv.conf
USE_BZIP2= yes
MAN8= resolvconf.8
SUB_FILES= pkg-deinstall pkg-message
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
PKGMESSAGE= ${WRKDIR}/pkg-message
post-install:
@${CAT} ${WRKDIR}/pkg-message
.include <bsd.port.mk>