blob: 7682142ec1f8d5860ffd45bbbe05e73dd60b1aa5 (
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
24
|
# New ports collection makefile for: xbill
# Version required: 1.1
# Date created: 12 September 1995
# Whom: asami
#
# $Id: Makefile,v 1.6 1998/07/28 00:39:25 obrien Exp $
#
DISTNAME= xbill-2.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
EXTRACT_SUFX= .tgz
MAINTAINER= obrien@FreeBSD.ORG
LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
post-install:
${CP} ${WRKSRC}/README ${PREFIX}/share/xbill
.include <bsd.port.mk>
|