aboutsummaryrefslogtreecommitdiffstats
path: root/games/amphetamine/Makefile
blob: 55ded5f5911574aa2f44eb7c515d814ee55901f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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=   2
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

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
BROKEN=     "Does not compile on !i386"
.endif

post-install:
    @cd ${WRKDIR}/amph && ${FIND} . | \
        ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/amph

.include <bsd.port.post.mk>