blob: 5401792839df831dca1bb09992fd11d646e33d3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: bind
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
# $FreeBSD$
#
CATEGORIES= chinese net
MAINTAINER= jihuang@gate.sinica.edu.tw
MASTERDIR= ${.CURDIR}/../../dns/bind8
PATCH_SITES= http://www.sinica.edu.tw/~jihuang/
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
PATCHFILES= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}.diff.gz
MD5_FILE= ${.CURDIR}/distinfo
.include "${MASTERDIR}/Makefile"
|