aboutsummaryrefslogtreecommitdiff
path: root/games/empire/Makefile
blob: 68e54798cca51402b0e8b4720c23d359a5d6bcb5 (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
# New ports collection makefile for:	empire
# Date created:				13 May 1997
# Whom:					Andrey Zakhvatov
#
# $FreeBSD$
#

PORTNAME=	empire
PORTVERSION=	1.2
CATEGORIES=	games
MASTER_SITES=	ftp://locke.ccil.org/pub/esr/
DISTNAME=	vms-${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org

MAN6=		vms-empire.6

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/vms-empire ${PREFIX}/bin/empire
	${INSTALL_MAN} ${WRKSRC}/vms-empire.6 ${PREFIX}/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>