blob: b08d1d4d07ec2ef6586ffadfa7b622375e3c3614 (
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
26
27
|
# New ports collection makefile for: empire
# Version required: 1.1
# Date created: 13 May 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= empire
PKGNAME= empire-1.1
CATEGORIES= games
MASTER_SITES= ftp://locke.ccil.org/pub/esr/
MAINTAINER= andy@icc.surw.chel.su
WRKSRC= ${WRKDIR}/empire-1.1
MAN6= empire.6
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/empire ${PREFIX}/bin/empire
@ ${INSTALL_MAN} ${WRKSRC}/empire.6 ${PREFIX}/man/man6
@ ${MKDIR} ${PREFIX}/share/doc/empire
.for file in BUGS COPYING READ.ME
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/empire/${file}
.endfor
.include <bsd.port.mk>
|