# Created by: Jean-Yves Lefort # $FreeBSD$ PORTNAME= trophy PORTVERSION= 2.0.3 PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF MAINTAINER= makc@FreeBSD.org COMMENT= Single player racing game LICENSE= GPLv2 LIB_DEPENDS= libclanCore.so:${PORTSDIR}/devel/clanlib1 USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} PORTDOCS= AUTHORS COPYING ChangeLog README TODO OPTIONS_DEFINE= DOCS .include pre-configure: ${REINPLACE_CMD} -e "/^icondir =/s,icons,pixmaps," \ ${WRKSRC}/resources/Makefile.in post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} && \ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif .include e='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 0.7.0miwi2009-03-012-7/+5
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-1/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* - Update to 0.6.0rafan2008-04-093-16/+4
* - Fix build of dfftpack. [1]db2007-09-033-6/+16
* - USE_FORTRAN=yes to use FORTRAN compiler.db2007-07-281-4/+1
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Fix my MAINTAINER e-maildb2007-02-271-3/+11
* - Chase blas/lapack/atlas library versionrafan2007-01-191-3/+3
* - Use PYNUMPYrafan2006-12-081-1/+1
* - Use features of bsd.wx.mk, especially USE_WXpav2006-12-011-7/+2
* - numpy provides f2py now and conflicts f2py. Remoe f2py from dependency.rafan2006-11-161-2/+1
* - Update to 0.5.1rafan2006-11-155-51/+21
* - Fix OPTIONSpav2006-10-081-0/+1
* depends on atlas when it could also be built with lapack/blas insteadxride2006-10-08