aboutsummaryrefslogtreecommitdiffstats
path: root/games/empire/Makefile
blob: a4f3433d228bf774620026700e1b677a7b12057e (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
28
29
30
31
32
# 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%%
USE_GMAKE=  yes

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>