freebsd-ports/games/diameter/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

51 lines
1.2 KiB
Makefile

# New ports collection makefile for: diameter
# Date created: 15 Jun 2006
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#
PORTNAME= diameter
PORTVERSION= 0.4.0.1
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gamediameter
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= amdmi3@amdmi3.ru
COMMENT= Arcade-style game with elements of economy and adventure
BUILD_DEPENDS= guichan>=0.6.1:${PORTSDIR}/devel/guichan
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GL= yes
USE_SDL= sdl mixer image
USE_GCC= 3.4+
USE_PYTHON= yes
WRKSRC= ${WRKDIR}/gamediameter
CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags` -I${X11BASE}/include" \
LDFLAGS="`${SDL_CONFIG} --libs` -L${X11BASE}/lib"
DATADIR= ${PREFIX}/share/gamediameter
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not build on FreeBSD 4.x
.endif
post-patch:
@${REINPLACE_CMD} -e '/PKG_CONFIG/ s|libpng|libpng12|' \
-e 's|sdl-config|$$SDL_CONFIG|' \
-e '/LIBS/ s|-lSDL |`$$SDL_CONFIG --libs` |' \
-e '/^CFLAGS=.*march/ d' \
-e '/PKG_CHECK_MODULES/ s|^|#|' \
${WRKSRC}/configure
.include <bsd.port.post.mk>