1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/games/xjumpx/Makefile
Alexey Dokuchaev 9e612373a5 For ports under emulators', games', irc, and `sysutils' categories:
remove redundant PKGMESSAGE assignment, which is set appropriately by
the b.p.m when `pkg-message' appears on the SUB_FILES list.
2018-05-05 15:17:46 +00:00

28 lines
679 B
Makefile

# Created by: 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
LICENSE= BSD2CLAUSE
MAKE_ENV= X11BASE=${LOCALBASE}
USE_XORG= xpm xaw
SUB_FILES= pkg-message
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xjumpx ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xjumpx
${CP} ${WRKSRC}/XJumpX.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/XJumpX
${INSTALL_MAN} ${WRKSRC}/xjumpx.1 ${STAGEDIR}${PREFIX}/man/man1
${GZIP_CMD} ${STAGEDIR}${PREFIX}/man/man1/xjumpx.1
.include <bsd.port.mk>