aboutsummaryrefslogtreecommitdiffstats
path: root/games/rt2-demo/Makefile
blob: 80ea210a83158d18ebce06a46262ae17ee4935f6 (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
# New ports collection makefile for: rt2 demo
# Date created:     Sun Jun 18 11:23:18 CEST 2000
# Whom:         se@freebsd.org
#
# $FreeBSD$
#

PORTNAME=   rt2_demo
PORTVERSION=    1.54b
CATEGORIES= games linux
MASTER_SITES=   ftp://ftp.linuxgames.com/loki/demos/rt2/
DISTNAME=   rt2-demo
EXTRACT_SUFX=   .run
EXTRACT_ONLY=

MAINTAINER= se@FreeBSD.org
COMMENT=    The free demo of Railroad Tycoon II

NO_WRKSUBDIR=   yes
NO_BUILD=   yes

do-install:
        @${SH} ${FILESDIR}/do-install ${PREFIX} ${DISTDIR}

.include <bsd.port.mk>