1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/games/empire/Makefile
Kirill Ponomarev 64b08eb7ce Update to 1.7
Assign maintainership to submitter.

PR:		ports/74221
Submitted by:	Frank J. Laszlo <laszlof@vonostingroup.com>
2004-11-22 15:04:16 +00:00

32 lines
751 B
Makefile

# New ports collection makefile for: empire
# Date created: 13 May 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= empire
PORTVERSION= 1.7
CATEGORIES= games
MASTER_SITES= http://www.catb.org/~esr/vms-empire/
DISTNAME= vms-${PORTNAME}-${PORTVERSION}
MAINTAINER= laszlof@vonostingroup.com
COMMENT= Solitaire empire game "VMS Empire"
MAN6= empire.6
PLIST_FILES= bin/empire %%DOCSDIR%%/BUGS %%DOCSDIR%%/README
PLIST_DIRS= %%DOCSDIR%%
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 README
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>