summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-06 16:16:09 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-06 16:16:09 +0000
commit5f4978bba321bf4a2f1a7c6047bedd1df015b933 (patch)
tree87633626dd9a4d6f54702fd708c6181817956a1a
parent- Fix build on 8.x (diff)
- Add LICENSE
- Convert to new LIB_DEPENDS format - Support STAGEDIR - While I'm here: - Remove leading indefinite article from COMMENT - Strip shared library PR: ports/184541 Submitted by: Rodrigo Osorio <rodrigo@bebik.net> (maintainer)
Notes
Notes: svn path=/head/; revision=335771
-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>