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