1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/games/xjumpx/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00

35 lines
783 B
Makefile

# New ports collection makefile for: xjumpx
# Date created: 14 August 2001
# Whom: Tatsuya Kuidoh <cdr@ga.xdsl.ne.jp>
#
# $FreeBSD$
#
PORTNAME= xjumpx
PORTVERSION= 1.4
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://fenix.ne.jp/~cdrtk/soft/dl/
MAINTAINER= ports@FreeBSD.org
COMMENT= Improved version of xjump
USE_XORG= xpm xaw
MAN1= xjumpx.1
MANCOMPRESSED= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xjumpx ${PREFIX}/bin
${MKDIR} ${PREFIX}/lib/X11/xjumpx
${CHMOD} 777 ${PREFIX}/lib/X11/xjumpx
${CP} ${WRKSRC}/XJumpX.ad ${PREFIX}/lib/X11/app-defaults/XJumpX
${INSTALL_MAN} ${WRKSRC}/xjumpx.1 ${PREFIX}/man/man1
${GZIP_CMD} ${PREFIX}/man/man1/xjumpx.1
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>