svn commit: r335771 - head/devel/libast
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Dec 6 16:16:10 UTC 2013
Author: sunpoet
Date: Fri Dec 6 16:16:09 2013
New Revision: 335771
URL: http://svnweb.freebsd.org/changeset/ports/335771
Log:
- 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 at bebik.net> (maintainer)
Modified:
head/devel/libast/Makefile (contents, props changed)
Modified: head/devel/libast/Makefile
==============================================================================
--- head/devel/libast/Makefile Fri Dec 6 16:14:27 2013 (r335770)
+++ head/devel/libast/Makefile Fri Dec 6 16:16:09 2013 (r335771)
@@ -9,23 +9,27 @@ MASTER_SITES= http://www.eterm.org/downl
CRITICAL
MAINTAINER= rodrigo at 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>
More information about the svn-ports-all
mailing list