mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
b73f95f908
Approved by: miwi (co-mentor), beech (mentor)
28 lines
529 B
Makefile
28 lines
529 B
Makefile
# 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= games linux
|
|
MASTER_SITES= http://cvsup.theplanet.com/distfiles/
|
|
DISTNAME= rt2-demo
|
|
EXTRACT_SUFX= .run
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= mva@FreeBSD.org
|
|
COMMENT= The free demo of Railroad Tycoon II
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
USE_LINUX= yes
|
|
|
|
do-install:
|
|
@${SH} ${FILESDIR}/do-install ${PREFIX} ${DISTDIR}
|
|
|
|
.include <bsd.port.mk>
|