mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
f67050feec
in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
30 lines
677 B
Makefile
30 lines
677 B
Makefile
# New ports collection makefile for: xlaby
|
|
# Date created: 3 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xlaby
|
|
PORTVERSION= 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= ports@FreeBSD.org
|
|
|
|
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>
|