mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
92103d6d5c
PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
31 lines
709 B
Makefile
31 lines
709 B
Makefile
# New ports collection makefile for: garith
|
|
# Version required: 2.1
|
|
# Date created: 5 August 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1999/04/13 14:43:17 taoka Exp $
|
|
#
|
|
|
|
DISTNAME= garith-2.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.cnm-vra.com/micah/garith/
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
LIB_DEPENDS= gdk12.2:${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>
|