freebsd-ports/games/civ2demo/Makefile
Will Andrews ef24893688 Add civ2demo, a port of the binary-only Civilization: Call To Power
port to Linux by the Loki folks.  Strategy fans, this one's for you!

PR:		22134
Submitted by:	jameso@elwood.net
2000-10-28 08:14:44 +00:00

24 lines
445 B
Makefile

# New ports collection makefile for: civ2 demo
# Date created: 19 October 2000
# Whom: jameso@elwood.net
#
# $FreeBSD$
#
PORTNAME= civ2demo
PORTVERSION= 1.0
CATEGORIES= games linux
MASTER_SITES= ftp://ftp.linuxgames.com/loki/demos/civctp/
DISTNAME= civctp-demo-10251999
EXTRACT_ONLY=
MAINTAINER= jameso@elwood.net
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
@${SH} ${FILESDIR}/do-install ${PREFIX} ${DISTDIR}
.include <bsd.port.mk>