mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
21 lines
463 B
Makefile
21 lines
463 B
Makefile
# Created by: 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= Resolvconf compatible framework for managing resolv.conf
|
|
|
|
USES= tar:bzip2
|
|
|
|
SUB_FILES= pkg-deinstall pkg-message
|
|
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
|
|
.include <bsd.port.mk>
|