1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/dns/openresolv/Makefile
Philip M. Gollucci 420a7673b2 - Update download locations
Reported by:    -fetch-original pointyhat run
2009-02-05 08:15:46 +00:00

29 lines
613 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/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>