freebsd-ports/games/xlaby/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

29 lines
737 B
Makefile

# New ports collection makefile for: xlaby
# Version required: 2.0.1
# Date created: 3 March 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.2 1998/07/27 23:25:01 asami Exp $
#
DISTNAME= xlaby-2.0.1
CATEGORIES= games
MASTER_SITES= http://www.eleves.ens.fr:8080/home/madore/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy
EXTRACT_SUFX= .tgz
MAINTAINER= andy@icc.surw.chel.su
USE_IMAKE= yes
NO_WRKSUBDIR= yes
MAN6= xlaby.6
MANCOMPRESSED= no
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xlaby ${PREFIX}/bin
@ ${INSTALL_DATA} ${WRKSRC}/xlaby.man ${PREFIX}/man/man6/xlaby.6
@ ${MKDIR} ${PREFIX}/share/doc/xlaby
@ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/xlaby
.include <bsd.port.mk>