2002-08-17 23:54:31 +02:00
|
|
|
# New ports collection makefile for: enigma
|
|
|
|
# Date created: 25 July 2002
|
|
|
|
# Whom: Edwin Groothuis
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= enigma
|
2003-10-14 00:58:48 +02:00
|
|
|
PORTVERSION= 0.81
|
2003-12-15 22:22:20 +01:00
|
|
|
PORTREVISION= 2
|
2002-08-17 23:54:31 +02:00
|
|
|
CATEGORIES= games
|
2004-01-07 22:36:55 +01:00
|
|
|
MASTER_SITES= http://www.rzuser.uni-heidelberg.de/~dheck/ \
|
|
|
|
${MASTER_SITE_SAVANNAH} # savannah is locked temporarely
|
2003-10-03 13:04:59 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2002-08-17 23:54:31 +02:00
|
|
|
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= Enigma is a reimplementation of Oxyd, a puzzle game
|
2002-08-17 23:54:31 +02:00
|
|
|
|
2003-02-23 06:13:03 +01:00
|
|
|
BUILD_DEPENDS= sdl11-config:${PORTSDIR}/devel/sdl12 \
|
2002-08-17 23:54:31 +02:00
|
|
|
lua:${PORTSDIR}/lang/lua
|
|
|
|
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
|
2003-10-09 01:49:21 +02:00
|
|
|
SDL_image.10:${PORTSDIR}/graphics/sdl_image \
|
2003-12-15 22:22:20 +01:00
|
|
|
SDL_gfx.10:${PORTSDIR}/graphics/sdl_gfx
|
2002-08-17 23:54:31 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_XLIB= yes
|
2003-02-23 06:13:03 +01:00
|
|
|
USE_GMAKE= yes
|
2002-08-17 23:54:31 +02:00
|
|
|
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
|
2003-02-23 06:13:03 +01:00
|
|
|
CONFIGURE_ARGS= --target=""
|
|
|
|
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
|
|
|
CXXFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include"
|
2002-08-17 23:54:31 +02:00
|
|
|
|
|
|
|
MAN6= enigma.6
|
|
|
|
|
|
|
|
post-install:
|
2003-02-23 06:13:03 +01:00
|
|
|
@${CAT} pkg-message
|
2002-08-17 23:54:31 +02:00
|
|
|
|
2003-10-16 06:15:48 +02:00
|
|
|
.include <bsd.port.mk>
|