diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-01 11:22:41 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-01 11:22:41 +0000 |
commit | 0ccf13af7b9883a2fe7978cd1102f3072f228525 (patch) | |
tree | 6f095047e8be9d7cd83fd72c4fcdf416a0d9d229 /devel/liballium/Makefile | |
parent | c4fb7f216d2433f34a3b78803145dfe44fe64ab4 (diff) | |
download | ports-0ccf13af7b9883a2fe7978cd1102f3072f228525.tar.gz ports-0ccf13af7b9883a2fe7978cd1102f3072f228525.zip |
Notes
Diffstat (limited to 'devel/liballium/Makefile')
-rw-r--r-- | devel/liballium/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/liballium/Makefile b/devel/liballium/Makefile index f58a05f5e5dc..d1f15adddce5 100644 --- a/devel/liballium/Makefile +++ b/devel/liballium/Makefile @@ -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} |