summaryrefslogtreecommitdiff
path: root/games/amphetamine/Makefile
blob: 3a695822b8cdd85f8a27998c1346a3a66aa71a53 (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
# New ports collection makefile for:	amphetamine
# Date created:				6 March 2000
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	amphetamine
PORTVERSION=	0.8.9
CATEGORIES=	games
MASTER_SITES=	http://www.dataway.ch/~lukasl/amph/files/
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
		${PORTNAME}-data-${DATAVERSION}${EXTRACT_SUFX}

MAINTAINER=	sobomax@FreeBSD.org

LIB_DEPENDS=  	SDL-1.1.3:${PORTSDIR}/devel/sdl12

DATAVERSION=	0.8.6

SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config

USE_X_PREFIX=	yes
USE_XPM=	yes
USE_BZIP2=	yes
USE_GMAKE=	yes
MAKE_ENV=	SDL_CONFIG="${SDL_CONFIG}"

post-install:
	@(cd ${WRKDIR}/amph && ${TAR} -c -f - * ) \
		| (cd ${PREFIX}/share/amph && ${TAR} --unlink -x -f -)

.include <bsd.port.mk>