blob: 7bab771d4a571a03d2564a003c32b0bb18a4a45d (
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
|
# New ports collection makefile for: xrobots
# Version required: 1.0
# Date created: 2 Jan 1995
# Whom: swallace
#
# $FreeBSD$
#
DISTNAME= xrobots-1.0-ss-10.20
PKGNAME= xrobots-1.0
CATEGORIES= games
MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/Games/Arcade/xrobots-1.0/
MAINTAINER= jseger@FreeBSD.org
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xrobots-1.0
MAN6= xrobots.6
post-install:
${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11
.include <bsd.port.mk>
|