1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/games/amphetamine/Makefile
2004-03-16 04:23:56 +00:00

32 lines
674 B
Makefile

# New ports collection makefile for: amphetamine
# Date created: 6 March 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= amphetamine
PORTVERSION= 0.8.10
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://n.ethz.ch/student/loehrerl/amph/files/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${PORTNAME}-data-${DATAVERSION}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A 2D - Jump'n'run shooter
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
USE_SDL= sdl
USE_GMAKE= yes
DATAVERSION= 0.8.6
post-install:
@cd ${WRKDIR}/amph && ${FIND} . | \
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/amph
.include <bsd.port.mk>