freebsd-ports/dns/openresolv/Makefile
Beech Rintoul 0cf97c910f - New port openresolv-1.1
A resolvconf compatible framework for managing /etc/resolv.conf.

PR:		ports/119171
Submitted by:	Roy Marples <roy@marples.name> (maintainer)
2008-02-02 08:53:21 +00:00

27 lines
560 B
Makefile

# New ports collection makefile for: openresolv
# Date created: 20 December 2007
# Whom: Wesley Shields <wxs@atarininja.org>
#
# $FreeBSD$
#
PORTNAME= openresolv
PORTVERSION= 1.1
CATEGORIES= dns
MASTER_SITES= http://roy.marples.name/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>