freebsd-ports/games/amphetamine/Makefile
Kirill Ponomarev 57d98c6a8c - Update MASTER_SITES and WWW: line
- Support CXX properly
- Utilize USE_SDL

PR:		55498
Submitted by:	Ports Fury
2003-08-12 17:47:16 +00:00

31 lines
671 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= 1
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= yes
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>