479a523af4
PR: 30497 Submitted by: Dan Larsson Approved by: will
33 lines
847 B
Makefile
33 lines
847 B
Makefile
# New ports collection makefile for: xjump
|
|
# Date created: Sun 25 Feb 2001
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xjump
|
|
PORTVERSION= 2.7.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= 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
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g}
|
|
|
|
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
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} -m 2755 -g games ${WRKSRC}/xjump ${PREFIX}/bin
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|