freebsd-ports/games/rt2-demo/Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

28 lines
528 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= se@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>