aboutsummaryrefslogtreecommitdiffstats
path: root/games/garith/Makefile
blob: e37aa22fe2ad4e49f93c5711f2fafd6d77d0a462 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    garith
# Version required:         2.1
# Date created:             5 August 1998
# Whom:                 Andrey Zakhvatov
#
# $Id$
#

DISTNAME=   garith-2.1
CATEGORIES= games
MASTER_SITES=   http://www.cnm-vra.com/micah/garith/

MAINTAINER= andy@icc.surw.chel.su

LIB_DEPENDS=    gdk12.1:${PORTSDIR}/x11-toolkits/gtk12

ALL_TARGET=
USE_X_PREFIX=   yes
WRKSRC=     ${WRKDIR}/garith

do-install:
    @ ${INSTALL_PROGRAM} ${WRKSRC}/garith ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    @ ${MKDIR} ${PREFIX}/share/doc/garith
.for file in BUGS COPYING HISTORY README TODO
    @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/garith
.endfor
.endif

.include <bsd.port.mk>