summaryrefslogtreecommitdiff
path: root/games/gma
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-08-25 06:06:33 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-08-25 06:06:33 +0000
commit253c66d044b04594ec2a641e00feda8dec44940b (patch)
tree6b74657abd28de7c9b217a2497f477ac2d9dc404 /games/gma
parentChange Id->FreeBSD. (diff)
Change Id->FreeBSD.
Notes
Notes: svn path=/head/; revision=20948
Diffstat (limited to 'games/gma')
-rw-r--r--games/gma/Makefile41
1 files changed, 31 insertions, 10 deletions
diff --git a/games/gma/Makefile b/games/gma/Makefile
index c56f1e1780a2..59787e2b7b32 100644
--- a/games/gma/Makefile
+++ b/games/gma/Makefile
@@ -1,17 +1,38 @@
-# New ports collection makefile for: gma
-# Version required: 0.5
-# Date created: 22 June 1999
-# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
+# 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>
#
-# $Id$
+# $FreeBSD$
#
-DISTNAME= gma-0.5
-CATEGORIES= games
-MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/gma/
+DISTNAME= BBBike-2.48
+CATEGORIES= german
+MASTER_SITES= http://pub.cs.tu-berlin.de/src/BBBike/
-MAINTAINER= ijliao@csie.nctu.edu.tw
+MAINTAINER= eserte@cs.tu-berlin.de
-GNU_CONFIGURE= yes
+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
.include <bsd.port.mk>