2012-10-02 10:28:23 +00:00
|
|
|
# Created by: Jean-Yves Lefort <jylefort@brutele.be>
|
2004-01-25 21:29:45 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2007-09-09 23:31:03 +00:00
|
|
|
PORTNAME= trophy
|
2012-03-13 10:35:39 +00:00
|
|
|
PORTVERSION= 2.0.3
|
2014-05-02 14:16:49 +00:00
|
|
|
PORTREVISION= 3
|
2007-09-09 23:31:03 +00:00
|
|
|
CATEGORIES= games
|
2009-08-27 18:31:08 +00:00
|
|
|
MASTER_SITES= SF
|
2004-01-25 21:29:45 +00:00
|
|
|
|
2012-03-13 10:35:39 +00:00
|
|
|
MAINTAINER= makc@FreeBSD.org
|
2013-05-12 11:48:49 +00:00
|
|
|
COMMENT= Single player racing game
|
2004-01-25 21:29:45 +00:00
|
|
|
|
2011-08-29 19:45:11 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-10-23 13:08:41 +00:00
|
|
|
LIB_DEPENDS= libclanCore.so:${PORTSDIR}/devel/clanlib1
|
2004-01-25 21:29:45 +00:00
|
|
|
|
2013-09-18 08:38:20 +00:00
|
|
|
USES= pkgconfig
|
|
|
|
|
2012-03-13 10:35:39 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-23 22:26:39 +00:00
|
|
|
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
|
2012-10-02 10:28:23 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
|
|
|
LDFLAGS+= ${PTHREAD_LIBS}
|
2010-02-10 20:40:35 +00:00
|
|
|
|
2012-03-13 10:35:39 +00:00
|
|
|
PORTDOCS= AUTHORS COPYING ChangeLog README TODO
|
|
|
|
|
2013-05-12 11:48:49 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2012-07-27 11:03:38 +00:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2012-03-13 10:35:39 +00:00
|
|
|
pre-configure:
|
|
|
|
${REINPLACE_CMD} -e "/^icondir =/s,icons,pixmaps," \
|
|
|
|
${WRKSRC}/resources/Makefile.in
|
2010-02-10 20:40:35 +00:00
|
|
|
|
|
|
|
post-install:
|
2012-07-27 11:03:38 +00:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2013-10-23 13:08:41 +00:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR} && \
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
2004-01-25 21:29:45 +00:00
|
|
|
.endif
|
|
|
|
|
2004-10-06 05:10:30 +00:00
|
|
|
.include <bsd.port.mk>
|