1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/games/xjumpjump/Makefile
Sam Lawrance 0efbc06135 Mark these ports DEPRECATED due to being unmaintained and one or more
of stale, obsolete, unused, irrelevant and unloved.
60 days grace in which I will gladly accept fix requests.

PR:		ports/79666
Submitted by:	me
2005-05-31 13:16:44 +00:00

36 lines
834 B
Makefile

# New ports collection makefile for: xjumpjump
# Date created: 9 April 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= xjumpjump
PORTVERSION= 0.12
CATEGORIES= games
# mastersite disappeared in January 2002
MASTER_SITES= # http://makosteszta.sote.hu/linux/jumpjump/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
DEPRECATED= "master site disappeared"
EXPIRATION_DATE=2005-07-31
MAINTAINER= ports@FreeBSD.org
COMMENT= Logical game for X Window System
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>