summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-25 08:56:19 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-25 08:56:19 +0000
commiteecd2e266965d5d39a0c41b4c4c56c923ae8e45b (patch)
tree6052b08a3acb71ccc6ef80a9b5111f19919de3fb /games
parentChange Id->FreeBSD. (diff)
backout change by obrien
Notes
Notes: svn path=/head/; revision=20961
Diffstat (limited to 'games')
-rw-r--r--games/gma/Makefile41
1 files changed, 10 insertions, 31 deletions
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 <eserte@cs.tu-berlin.de>
+# New ports collection makefile for: gma
+# Version required: 0.5
+# Date created: 22 June 1999
+# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
-# $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 <bsd.port.mk>