aboutsummaryrefslogtreecommitdiffstats
path: root/games/xrobots/Makefile
blob: e7b976d9a70ae1a777c7d5353043a0914de52e4a (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
# New ports collection makefile for:    xrobots
# Date created:         2 Jan 1995
# Whom:                 swallace
#
# $FreeBSD$
#

PORTNAME=   xrobots
PORTVERSION=    1.0
CATEGORIES= games
MASTER_SITES=   http://www.mavetju.org/download/adopted/
DISTNAME=   ${PKGNAME}-ss-10.20

MAINTAINER= edwin@mavetju.org

USE_REINPLACE=  yes
USE_IMAKE=  yes
WRKSRC=     ${WRKDIR}/xrobots-1.0
MAN6=       xrobots.6

post-install:
    ${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11

post-patch:
    ${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g' \
        ${WRKSRC}/xrobots.man ${WRKSRC}/Imakefile

.include <bsd.port.mk>