freebsd-ports/games/traindirector/Makefile
Mathieu Arnold 065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00

34 lines
606 B
Makefile

# $FreeBSD$
PORTNAME= traindirector
PORTVERSION= 3.6
PORTREVISION= 7
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} ${WRKSRC}/traindir3 ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>