svn commit: r369715 - head/devel/liballium
Tijl Coosemans
tijl at FreeBSD.org
Wed Oct 1 11:22:42 UTC 2014
Author: tijl
Date: Wed Oct 1 11:22:41 2014
New Revision: 369715
URL: https://svnweb.freebsd.org/changeset/ports/369715
QAT: https://qat.redports.org/buildarchive/r369715/
Log:
- Convert to USES=autoreconf
- Remove :build from USES=libtool because this port does not need
/usr/local/bin/libtool
Modified:
head/devel/liballium/Makefile
Modified: head/devel/liballium/Makefile
==============================================================================
--- head/devel/liballium/Makefile Wed Oct 1 11:10:12 2014 (r369714)
+++ head/devel/liballium/Makefile Wed Oct 1 11:22:41 2014 (r369715)
@@ -16,24 +16,17 @@ GH_COMMIT= 0c9b50f
GH_TAGNAME= ${GH_COMMIT}
GNU_CONFIGURE= yes
-USES= libtool:build pkgconfig tar:bzip2 pathfix
-USE_AUTOTOOLS= autoconf aclocal automake
+USES= autoreconf libtool pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
PLIST_SUB+= PKGNAME=${PKGNAME}
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -E -e "s@^(pkgconfigdir =) .*@\1 ${LOCALBASE}/libdata/pkgconfig@" \
${WRKSRC}/Makefile.am
-pre-configure:
- @(cd ${WRKSRC}; ./autogen.sh)
-
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-head
mailing list