diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-25 08:56:19 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-25 08:56:19 +0000 |
commit | 0256ccbc1e3503903df0118a0a0874b0f6b6ea89 (patch) | |
tree | 234e055dac1f78c747752323953ff1831b625e54 /games | |
parent | 08c99da18598e20aa33dabc3c6ee8a721dcb2673 (diff) | |
download | FreeBSD-ports-0256ccbc1e3503903df0118a0a0874b0f6b6ea89.zip FreeBSD-ports-0256ccbc1e3503903df0118a0a0874b0f6b6ea89.tar.gz |
backout change by obrien
Diffstat (limited to 'games')
-rw-r--r-- | games/gma/Makefile | 41 |
1 files changed, 10 insertions, 31 deletions
diff --git a/games/gma/Makefile b/games/gma/Makefile index 59787e2..a7bd424 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> |