2001-02-26 03:06:56 +00:00
|
|
|
# New ports collection makefile for: xjump
|
|
|
|
# Date created: Sun 25 Feb 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xjump
|
2001-03-06 17:19:18 +00:00
|
|
|
PORTVERSION= 2.7.3
|
2001-02-26 03:06:56 +00:00
|
|
|
CATEGORIES= games
|
2001-03-06 17:19:18 +00:00
|
|
|
MASTER_SITES= ftp://ftp.freesoftware.com/pub/linux/debian/%SUBDIR%/ \
|
|
|
|
ftp://ftp.jp.debian.org/debian/%SUBDIR%/ \
|
|
|
|
ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/debian/%SUBDIR%/ \
|
|
|
|
ftp://ftp.de.debian.org/debian/%SUBDIR%/ \
|
|
|
|
ftp://ftp.debian.org/debian/%SUBDIR%/
|
|
|
|
MASTER_SITE_SUBDIR= pool/main/x/xjump
|
2001-02-26 03:06:56 +00:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g}
|
|
|
|
|
2001-03-06 17:19:18 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_XPM= yes
|
|
|
|
MAKE_ARGS= CC="${CC} ${CFLAGS}" RECORD_FILE="/var/games/xjump.record" \
|
|
|
|
IDIR="-I${X11BASE}/include" LDIR="-L${X11BASE}/lib"
|
|
|
|
ALL_TARGET= xjump
|
2001-02-26 03:06:56 +00:00
|
|
|
|
|
|
|
do-install:
|
2001-03-06 17:19:18 +00:00
|
|
|
${INSTALL_PROGRAM} -m 2775 -g games ${WRKSRC}/xjump ${PREFIX}/bin
|
2001-02-26 03:06:56 +00:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|