1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/games/empire/Makefile
Kirill Ponomarev f2d6b634d6 Fix install
PR:		ports/70166
Submitted by:	Ports Fury
2004-08-08 17:07:29 +00:00

31 lines
675 B
Makefile

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