freebsd-ports/games/empire/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

28 lines
645 B
Makefile

# New ports collection makefile for: empire
# Date created: 13 May 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= empire
PORTVERSION= 1.2
CATEGORIES= games
MASTER_SITES= http://www.tuxedo.org/~esr/vms-empire/
DISTNAME= vms-empire-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAN6= empire.6
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vms-empire ${PREFIX}/bin/empire
${INSTALL_MAN} ${WRKSRC}/vms-empire.6 ${MANPREFIX}/man/man6/empire.6
.if !defined(NOPORTDOCS)
.for file in BUGS READ.ME
@${MKDIR} ${PREFIX}/share/doc/empire
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/empire
.endfor
.endif
.include <bsd.port.mk>