ef24893688
port to Linux by the Loki folks. Strategy fans, this one's for you! PR: 22134 Submitted by: jameso@elwood.net
24 lines
445 B
Makefile
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>
|