mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
24 lines
447 B
Makefile
24 lines
447 B
Makefile
|
# New ports collection makefile for: sheerdns
|
||
|
# Date created: 26 May 2004
|
||
|
# Whom: bkhl
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= sheerdns
|
||
|
PORTVERSION= 1.0.1
|
||
|
CATEGORIES= dns
|
||
|
MASTER_SITES= http://threading.2038bug.com/sheerdns/
|
||
|
|
||
|
MAINTAINER= bkhl@elektrubadur.se
|
||
|
COMMENT= A light-weight, simple and fast master DNS server
|
||
|
|
||
|
USE_GMAKE= yes
|
||
|
|
||
|
MAN8= sheerdns.8
|
||
|
PLIST_FILES= sbin/sheerdns sbin/sheerdnshash
|
||
|
|
||
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||
|
|
||
|
.include <bsd.port.mk>
|