summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libast/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/devel/libast/Makefile b/devel/libast/Makefile
index 59585585aec2..59a1d0f001be 100644
--- a/devel/libast/Makefile
+++ b/devel/libast/Makefile
@@ -9,23 +9,27 @@ MASTER_SITES= http://www.eterm.org/download/ \
CRITICAL
MAINTAINER= rodrigo@bebik.net
-COMMENT= A library of assorted spiffy things
+COMMENT= Library of assorted spiffy things
-LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
+LICENSE= BSD
+
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
USE_AUTOTOOLS= libtool
-USES= pathfix
USE_EFL= imlib2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
+USES= pathfix
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if defined(WITH_MMX) && (${ARCH} == "i386")
CONFIGURE_ARGS= --enable-mmx
.endif
+post-build:
+ @${STRIP_CMD} ${WRKSRC}/src/.libs/libast.so.2
+
.include <bsd.port.post.mk>