summaryrefslogtreecommitdiffstats
path: root/lang/cjs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cjs/Makefile')
-rw-r--r--lang/cjs/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/cjs/Makefile b/lang/cjs/Makefile
index 2483dca82..f33067fad 100644
--- a/lang/cjs/Makefile
+++ b/lang/cjs/Makefile
@@ -4,6 +4,7 @@
PORTNAME= cjs
PORTVERSION= 2.2.0
+PORTREVISION= 1
CATEGORIES= lang gnome
MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
DIST_SUBDIR= gnome3
@@ -17,17 +18,18 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
CONFLICTS_BUILD=spidermonkey17-1.7.*
-USES= gettext gmake pathfix pkgconfig shebangfix
+USES= gettext libtool:keepla gmake pathfix pkgconfig shebangfix
USE_GNOME= cairo glib20 gnomeprefix introspection:build \
intlhack
USE_PYTHON_BUILD=yes
USE_LDCONFIG= yes
PATHFIX_MAKEFILEIN= Makefile.am
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= libtool autoconf automake
+USE_AUTOTOOLS= libtoolize autoconf automake
CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
CONFIGURE_ARGS+=--enable-compile-warnings=no
SHEBANG_FILES= scripts/make-tests
@@ -37,8 +39,4 @@ python_CMD= ${PYTHON_CMD}
pre-configure:
cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcjs*so*
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/cjs-1.0/*so
-
.include <bsd.port.mk>