1999-04-13 14:43:17 +00:00
|
|
|
# New ports collection makefile for: garith
|
|
|
|
# Date created: 5 August 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1999-04-13 14:43:17 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 06:43:02 +00:00
|
|
|
PORTNAME= garith
|
|
|
|
PORTVERSION= 2.1
|
1999-04-13 14:43:17 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.cnm-vra.com/micah/garith/
|
|
|
|
|
2000-03-29 07:19:16 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-04-13 14:43:17 +00:00
|
|
|
|
2000-04-02 01:00:24 +00:00
|
|
|
ALL_TARGET= # empty
|
1999-04-13 14:43:17 +00:00
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 06:36:23 +00:00
|
|
|
USE_GTK= yes
|
1999-04-13 14:43:17 +00:00
|
|
|
WRKSRC= ${WRKDIR}/garith
|
|
|
|
|
|
|
|
do-install:
|
2000-04-02 01:00:24 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/garith ${PREFIX}/bin
|
1999-04-13 14:43:17 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2000-04-02 01:00:24 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/garith
|
1999-04-13 14:43:17 +00:00
|
|
|
.for file in BUGS COPYING HISTORY README TODO
|
2000-04-02 01:00:24 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/garith
|
1999-04-13 14:43:17 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|