mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
31 lines
683 B
Makefile
31 lines
683 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= forms.1:${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>
|