2004-04-29 00:14:48 +02:00
|
|
|
# New ports collection makefile for: glob2
|
|
|
|
# Date created: Wed 21 apr 2004
|
|
|
|
# Whom: thierry@pompo.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= glob2
|
2007-09-06 23:08:35 +02:00
|
|
|
PORTVERSION= 0.9.1
|
2007-09-13 00:20:25 +02:00
|
|
|
PORTREVISION= 1
|
2004-04-29 00:14:48 +02:00
|
|
|
CATEGORIES= games
|
2007-04-19 22:15:42 +02:00
|
|
|
MASTER_SITES= http://dl.sv.nongnu.org/releases/glob2/${PORTVERSION}/
|
2007-04-09 12:17:13 +02:00
|
|
|
MASTER_SITE_SUBDIR= thierry
|
2004-04-29 00:14:48 +02:00
|
|
|
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
|
|
COMMENT= Globulation 2 - a free and innovative strategy game
|
|
|
|
|
2006-02-18 10:45:51 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/rational.hpp:${PORTSDIR}/devel/boost
|
2007-07-28 14:27:31 +02:00
|
|
|
LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \
|
2007-02-23 23:51:12 +01:00
|
|
|
speex.1:${PORTSDIR}/audio/speex \
|
2007-04-09 12:17:13 +02:00
|
|
|
fribidi.0:${PORTSDIR}/converters/fribidi\
|
2004-04-29 00:14:48 +02:00
|
|
|
freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
|
2006-02-18 10:45:51 +01:00
|
|
|
USE_SDL= image net sdl ttf
|
2005-04-30 23:45:29 +02:00
|
|
|
USE_GL= yes
|
2006-08-05 11:59:22 +02:00
|
|
|
USE_GMAKE= yes
|
2007-09-06 23:08:35 +02:00
|
|
|
USE_SCONS= yes
|
|
|
|
SCONS_BUILDENV= ${SCONS_ENV}
|
|
|
|
LINKFLAGS= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib
|
|
|
|
CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include
|
2004-04-29 00:14:48 +02:00
|
|
|
|
2005-01-02 02:05:49 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "alpha"
|
2006-02-18 10:45:51 +01:00
|
|
|
BROKEN= Does not build on ${ARCH}
|
2005-01-02 02:05:49 +01:00
|
|
|
.endif
|
|
|
|
|
2005-04-30 23:45:29 +02:00
|
|
|
post-install:
|
|
|
|
@${ECHO_MSG}
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
@${ECHO_MSG}
|
|
|
|
|
2005-01-02 02:05:49 +01:00
|
|
|
.include <bsd.port.post.mk>
|