freebsd-ports/games/xjumpjump/Makefile
Bill Fumerola 80ec5b25dc Remove the xforms induced "BROKEN_ELF" as xforms has been upgraded so it
works with ELF.

Also: Update xldlas's MASTER_SITE_SUBDIR as sunsite evidently restructured
in May according to Fenner's survey.
1998-12-07 20:46:40 +00:00

30 lines
741 B
Makefile

# New ports collection makefile for: xjumpjump
# Version required: 0.12
# Date created: 9 April 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.5 1998/09/26 23:18:04 steve Exp $
#
DISTNAME= xjumpjump
PKGNAME= xjumpjump-0.12
CATEGORIES= games
MASTER_SITES= http://makosteszta.sote.hu/linux/jumpjump/
EXTRACT_SUFX= .tgz
MAINTAINER= andy@icc.surw.chel.su
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>