mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
31 lines
684 B
Makefile
31 lines
684 B
Makefile
# New ports collection makefile for: xjumpjump
|
|
# Date created: 9 April 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xjumpjump
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://makosteszta.sote.hu/linux/jumpjump/
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
pre-build:
|
|
@ ${RM} ${WRKSRC}/xjumpjump
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/xjumpjump ${PREFIX}/bin
|
|
@ ${MKDIR} ${PREFIX}/share/xjumpjump
|
|
@ ${INSTALL_DATA} ${WRKSRC}/READ.ME ${PREFIX}/share/xjumpjump
|
|
@ ${INSTALL_DATA} ${WRKSRC}/OLVASS.EL ${PREFIX}/share/xjumpjump
|
|
|
|
.include <bsd.port.mk>
|