summaryrefslogtreecommitdiff
path: root/games/enigma/Makefile
blob: 692924ef0089d3afd991499b65b9f5432fb0bac3 (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
38
39
40
41
42
43
# New ports collection makefile for:	enigma
# Date created:				25 July 2002
# Whom:					Edwin Groothuis
#
# $FreeBSD$
#

PORTNAME=	enigma
PORTVERSION=	0.92
CATEGORIES=	games
MASTER_SITES=	http://savannah.nongnu.org/download/enigma/
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	enigma-${PORTVERSION}

MAINTAINER=	anholt@FreeBSD.org
COMMENT=	Enigma is a reimplementation of Oxyd, a puzzle game

BUILD_DEPENDS=	${LOCALBASE}/bin/tolua:${PORTSDIR}/lang/tolua4
LIB_DEPENDS=	zipios.0:${PORTSDIR}/archivers/zipios++ \
		lua.4:${PORTSDIR}/lang/lua4

USE_GCC=	3.4

GNU_CONFIGURE=	yes
USE_XLIB=	yes
USE_GMAKE=	yes
USE_GETTEXT=	yes
USE_SDL=	gfx image mixer sdl ttf
CONFIGURE_ARGS=	--target="" \
		--with-libintl-prefix="${LOCALBASE}"
CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
		CXXFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include"

MAN6=		enigma.6

post-extract:
	${RM} -rf ${WRKSRC}/lib-src/lua
	${RM} -rf ${WRKSRC}/lib-src/zipios++

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>