1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/games/xvier/Makefile
Satoshi Asami d211d15440 These ports install uncompressed manpages even though USE_IMAKE is
set, so mark them with MANCOMPRESSED=no.  Note that this requires the
new bsd.port.mk that is not committed yet (going through final tests,
will be committed in a few hours).
1998-08-25 00:44:33 +00:00

31 lines
777 B
Makefile

# New ports collection makefile for: xvier
# Version required: 1.0
# Date created: 17 March 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.1.1.1 1998/03/27 14:07:07 tg Exp $
#
DISTNAME= xvier
PKGNAME= xvier-1.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy
EXTRACT_SUFX= .tar.Z
MAINTAINER= andy@icc.surw.chel.su
WRKSRC= ${WRKDIR}/${PKGNAME}
USE_IMAKE= yes
MAN6= xvier.6
MANCOMPRESSED= no
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xvier ${PREFIX}/bin
@ ${INSTALL_PROGRAM} ${WRKSRC}/xvier_prog ${PREFIX}/libexec
@ ${INSTALL_DATA} ${WRKSRC}/xvier.man ${PREFIX}/man/man6/xvier.6
@ ${MKDIR} ${PREFIX}/share/doc/xvier
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xvier
.include <bsd.port.mk>