aboutsummaryrefslogtreecommitdiffstats
path: root/games/traindirector/Makefile
blob: 5de02f8e2dd4123a427874c3d58aaa64bb980d4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:    traindirector
# Date created:             09/08/2003
# Whom:                 Guido Falsi <mad@madpilot.net>
#
# $FreeBSD$
#

PORTNAME=   traindirector
PORTVERSION=    3.6
PORTREVISION=   3
CATEGORIES= games
MASTER_SITES=   http://www.backerstreet.com/traindir/
DISTNAME=   tdir36src

MAINTAINER= mad@madpilot.net
COMMENT=    Train controller simulation

NO_WRKSUBDIR=   yes

MAKE_JOBS_SAFE= yes
USE_GMAKE=  yes
USE_GNOME=  gtk20
USE_ZIP=    yes

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 ${PREFIX}/bin

.include <bsd.port.mk>