mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
d211d15440
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).
30 lines
737 B
Makefile
30 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>
|