mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
28 lines
665 B
Makefile
28 lines
665 B
Makefile
# Created by: will
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xjump
|
|
PORTVERSION= 2.7.5
|
|
PORTREVISION= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A simple X game where one tries to jump up as many levels as possible
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g}
|
|
|
|
PLIST_FILES= bin/xjump
|
|
USE_XORG= xpm xaw
|
|
MAKE_ARGS= CC="${CC} ${CFLAGS}" RECORD_FILE="/var/games/xjump.record" \
|
|
IDIR="-I${LOCALBASE}/include" LDIR="-L${LOCALBASE}/lib"
|
|
ALL_TARGET= xjump
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_PROGRAM} -m 2755 -g games ${WRKSRC}/xjump ${PREFIX}/bin
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|