aboutsummaryrefslogtreecommitdiffstats
path: root/games/xbill/Makefile
blob: 09c35e64f47e810934bc37f5a9320fd2d77b25bd (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
31
# 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

PORTCOMMENT=    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>