2001-04-17 19:44:13 +02:00
|
|
|
# New ports collection makefile for: gengameng
|
|
|
|
# Date created: Apr 12, 2001
|
|
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gengameng
|
2002-11-24 10:17:35 +01:00
|
|
|
PORTVERSION= 4.1
|
2004-03-16 05:23:56 +01:00
|
|
|
PORTREVISION= 1
|
2001-04-17 19:44:13 +02:00
|
|
|
CATEGORIES= devel
|
2002-11-24 10:17:35 +01:00
|
|
|
MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/
|
2001-04-17 19:44:13 +02:00
|
|
|
|
2001-06-08 07:36:46 +02:00
|
|
|
MAINTAINER= markp@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An SDL game engine library
|
2001-04-17 19:44:13 +02:00
|
|
|
|
2004-01-20 22:44:21 +01:00
|
|
|
USE_SDL= image sdl
|
2002-11-24 10:17:35 +01:00
|
|
|
USE_REINPLACE= yes
|
2004-07-09 19:43:11 +02:00
|
|
|
USE_INC_LIBTOOL_VER= 13
|
2001-04-17 19:44:13 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-11-24 10:17:35 +01:00
|
|
|
CONFIGURE_ARGS+= --program-prefix=""
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include" \
|
2004-01-20 22:44:21 +01:00
|
|
|
LDFLAGS="${LDFLAGS} -L${X11BASE}/lib"
|
2001-04-17 19:44:13 +02:00
|
|
|
|
2002-11-24 10:17:35 +01:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG}|g; \
|
2003-02-15 16:21:35 +01:00
|
|
|
s|^function ||g" ${WRKSRC}/gengameng-config.in
|
2002-11-24 10:17:35 +01:00
|
|
|
${REINPLACE_CMD} -e "s/sdl_image.m4//" ${WRKSRC}/macros/Makefile.in
|
2001-06-08 19:42:08 +02:00
|
|
|
|
2001-04-17 19:44:13 +02:00
|
|
|
.include <bsd.port.mk>
|