From eecd2e266965d5d39a0c41b4c4c56c923ae8e45b Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Wed, 25 Aug 1999 08:56:19 +0000 Subject: backout change by obrien --- games/gma/Makefile | 41 ++++++++++------------------------------- 1 file changed, 10 insertions(+), 31 deletions(-) (limited to 'games/gma/Makefile') diff --git a/games/gma/Makefile b/games/gma/Makefile index 59787e2b7b32..a7bd424818c6 100644 --- a/games/gma/Makefile +++ b/games/gma/Makefile @@ -1,38 +1,17 @@ -# New ports collection makefile for: BBBike -# Version required: 2.x -# Date created: Fri Aug 14 15:32:26 CEST 1998 -# Whom: Slaven Rezic +# New ports collection makefile for: gma +# Version required: 0.5 +# Date created: 22 June 1999 +# Whom: Ying-Chieh Liao # -# $FreeBSD$ +# $Id: Makefile,v 1.1 1999/06/22 03:03:42 foxfair Exp $ # -DISTNAME= BBBike-2.48 -CATEGORIES= german -MASTER_SITES= http://pub.cs.tu-berlin.de/src/BBBike/ +DISTNAME= gma-0.5 +CATEGORIES= games +MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/gma/ -MAINTAINER= eserte@cs.tu-berlin.de +MAINTAINER= ijliao@csie.nctu.edu.tw -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk - -USE_PERL5= YES -PERLEXE= perl5 -POD2MAN= pod2man - -MAN1= bbbike.1 - -MYDESTDIR= ${PREFIX}/BBBike - -do-build: - cd ${WRKSRC}/ext/BBBikeXS; ${PERLEXE} Makefile.PL; make all install clean; $(RM) Makefile.old - cd ${WRKSRC}/ext/VirtArray; ${PERLEXE} Makefile.PL; make all install clean; $(RM) Makefile.old - cd ${WRKSRC}; ${POD2MAN} --lax bbbike.pod > bbbike.1 - -do-install: - -${RM} -rf ${MYDESTDIR} - ${CP} -r ${WRKSRC} ${MYDESTDIR} - -${RM} -f ${PREFIX}/bin/bbbike ${PREFIX}/bin/cbbbike - ${LN} -s ${MYDESTDIR}/bbbike ${PREFIX}/bin/bbbike - ${LN} -s ${MYDESTDIR}/cbbbike ${PREFIX}/bin/cbbbike - ${INSTALL_MAN} ${WRKSRC}/bbbike.1 ${PREFIX}/man/man1 +GNU_CONFIGURE= yes .include -- cgit v1.2.3