freebsd-ports/games/traindirector/Makefile
Max Brazhnikov 23bb6e4584 Fix DESKTOP_ENTRIES:
- Icon field must be either absolute path or icon name if installation follows Icon Theme Specification
- Remove invalid categories
- StartupNotify field must be literally false/true, not ${FALSE}/${TRUE}
2015-02-27 16:30:40 +00:00

34 lines
606 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>