freebsd-ports/games/xjumpjump/Makefile
Hidetoshi Shimokawa ec8a4e66c1 Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.
XForms has not been available for FreeBSD/alpha yet.
1999-01-07 08:19:57 +00:00

33 lines
783 B
Makefile

# New ports collection makefile for: xjumpjump
# Version required: 0.12
# Date created: 9 April 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.6 1998/12/07 20:46:39 billf 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
# depends on xforms
ONLY_FOR_ARCHS= i386
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>