aboutsummaryrefslogtreecommitdiff
path: root/net/lambdamoo
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-04-13 11:16:32 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-04-13 11:16:32 +0000
commit64fde1bd6c08bc044d521e9421378aee0a13a304 (patch)
tree658d525b1abadbbe62b09a562443ea36b3eb7170 /net/lambdamoo
parentf1131e8acdb5ea6b864003d18d4791c6ebd2d351 (diff)
downloadports-64fde1bd6c08bc044d521e9421378aee0a13a304.tar.gz
ports-64fde1bd6c08bc044d521e9421378aee0a13a304.zip
Notes
Diffstat (limited to 'net/lambdamoo')
-rw-r--r--net/lambdamoo/Makefile7
-rw-r--r--net/lambdamoo/files/patch-Makefile.in11
2 files changed, 16 insertions, 2 deletions
diff --git a/net/lambdamoo/Makefile b/net/lambdamoo/Makefile
index dd8de7c8c40a..87d62efda524 100644
--- a/net/lambdamoo/Makefile
+++ b/net/lambdamoo/Makefile
@@ -8,15 +8,18 @@
PORTNAME= lambdamoo
PORTVERSION= 1.8.1
CATEGORIES= net
-MASTER_SITES= http://download.sourceforge.net/lambdamoo/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= LambdaMOO-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.ORG
+MAINTAINER= laszlof@vonostingroup.com
COMMENT= The most commonly used program to run MOOs
WRKSRC= ${WRKDIR}/MOO-${PORTVERSION}
GNU_CONFIGURE= yes
ALL_TARGET=
+CONFIGURE_ENV= YACC=${YACC}
+USE_BISON= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/moo ${PREFIX}/sbin
diff --git a/net/lambdamoo/files/patch-Makefile.in b/net/lambdamoo/files/patch-Makefile.in
new file mode 100644
index 000000000000..648516093750
--- /dev/null
+++ b/net/lambdamoo/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Thu Apr 13 13:54:19 2006
++++ Makefile.in Thu Apr 13 13:54:25 2006
+@@ -17,7 +17,7 @@
+ LIBRARIES = @LIBS@
+ YACC = @YACC@
+
+-CFLAGS = -O
++CFLAGS?= -O
+ # If you're using GCC, you may prefer:
+ # CFLAGS = -O2 -finline-functions
+ #