freebsd-ports/games/traindirector/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

34 lines
609 B
Makefile

# $FreeBSD$
PORTNAME= traindirector
PORTVERSION= 3.6
PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= http://www.backerstreet.com/traindir/
DISTNAME= tdir36src
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Train controller simulation
LICENSE= GPLv2
NO_WRKSUBDIR= yes
USES= gmake zip
USE_GNOME= gtk20
USE_WX= 2.8
WX_COMPS= wx:lib
WX_UNICODE= yes
DESKTOP_ENTRIES="Train Director" "${COMMENT}" "" "traindir3" \
"Game;Simulation;StrategyGame;" ${FALSE}
PLIST_FILES= bin/traindir3
MAKEFILE= Makefile.fc9
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/traindir3 ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>