diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-05-07 03:49:44 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-05-07 03:49:44 +0800 |
commit | aaceb996883a2e5b1dbaa3103cbac81a379b6a64 (patch) | |
tree | 2559cc6bfc150b4c25459551b56c96522d3119bc /archivers/par2cmdline-tbb/Makefile | |
parent | b67d223999305931ec9ac5c94898c61b6ebbf1c8 (diff) | |
download | freebsd-ports-gnome-aaceb996883a2e5b1dbaa3103cbac81a379b6a64.tar.gz freebsd-ports-gnome-aaceb996883a2e5b1dbaa3103cbac81a379b6a64.tar.zst freebsd-ports-gnome-aaceb996883a2e5b1dbaa3103cbac81a379b6a64.zip |
- Update to v20080420
- Do not use USE_AUTOTOOLS anymore, add GNU_CONFIGURE and CONFIGURE_ENV
- Patch patch-par2cmdline.h to make it build with the current version of tbb
(20080207)
PR: ports/123286
Submitted by: maintainer
Diffstat (limited to 'archivers/par2cmdline-tbb/Makefile')
-rw-r--r-- | archivers/par2cmdline-tbb/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/par2cmdline-tbb/Makefile b/archivers/par2cmdline-tbb/Makefile index c13cb4934025..8deb29c75aed 100644 --- a/archivers/par2cmdline-tbb/Makefile +++ b/archivers/par2cmdline-tbb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= par2cmdline-tbb -PORTVERSION= 20080203 +PORTVERSION= 20080420 CATEGORIES= archivers MASTER_SITES= http://chuchusoft.com/par2_tbb/ DISTNAME= par2cmdline-0.4-tbb-${PORTVERSION} @@ -17,7 +17,9 @@ COMMENT= Tools for using Parity v2 Archive files (tbb version) BUILD_DEPENDS= ${LOCALBASE}/lib/libtbb.so:${PORTSDIR}/devel/tbb \ ${NONEXISTENT}:${PORTSDIR}/devel/tbb:extract -USE_AUTOTOOLS= autoconf:261 automake:16 +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" PORTDOCS= README CONFLICTS= par2cmdline-[0-9]* |