1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/games/xlaby/Makefile
Satoshi Asami c23cc4074c Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.

Partial list submitted by: Josh Gilliam <josh@quick.net>
1998-07-27 23:25:33 +00:00

29 lines
722 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.1.1.1 1998/03/15 20:32:45 steve 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
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>