aboutsummaryrefslogtreecommitdiff
path: root/devel/motor/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-04-17 14:18:55 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-04-17 14:18:55 +0000
commit1a524f5a1f9d6840016d230a4c3494ca8c8c7e64 (patch)
treecbfdb4eed2cf61d31d80829d9b96823c5bb49f3f /devel/motor/Makefile
parent202b5ccddb900f6c85ce963244cb423543167b32 (diff)
Notes
Diffstat (limited to 'devel/motor/Makefile')
-rw-r--r--devel/motor/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/motor/Makefile b/devel/motor/Makefile
index 226cb996ccb9..95c0e91fda21 100644
--- a/devel/motor/Makefile
+++ b/devel/motor/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= motor
-PORTVERSION= 2.6.3
+PORTVERSION= 2.15.7
CATEGORIES= devel
-MASTER_SITES= http://konst.org.ua/download/ \
+MASTER_SITES= http://download.konst.org.ua/ \
+ http://konst.org.ua/download/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= sobomax
@@ -18,7 +19,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CFLAGS}" \
- LOCALBASE="${LOCALBASE}"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -lintl"
.include <bsd.port.mk>