blob: ce3023c9e5c63a4c6ea652e13cd9d6380232a9b5 (
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
25
26
27
28
29
30
|
# ex:ts=8
# Ports collection makefile for: xbill
# Date created: 12 September 1995
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= xbill
PORTVERSION= 2.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Save your computers from the evil clutches of Bill
USE_IMAKE= yes
USE_XPM= yes
MAN1= xbill.1
post-install:
${CP} ${WRKSRC}/README ${PREFIX}/share/xbill
${CHOWN} root:games ${PREFIX}/bin/xbill
${CHMOD} 2755 ${PREFIX}/bin/xbill
${CHOWN} root:games ${PREFIX}/share/xbill/scores
${CHMOD} 664 ${PREFIX}/share/xbill/scores
.include <bsd.port.mk>
|