diff options
author | krion <krion@FreeBSD.org> | 2003-10-29 05:19:59 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-29 05:19:59 +0800 |
commit | dd591553f3c924dbf9a07def71bebfd543ad929d (patch) | |
tree | 3c46d5157cbecd1abb0ada16bfef2bd1cc139462 /archivers/libcomprex/Makefile | |
parent | 3e6e009ac2cd89b83a4776547a2749ec3e5c16fd (diff) | |
download | freebsd-ports-gnome-dd591553f3c924dbf9a07def71bebfd543ad929d.tar.gz freebsd-ports-gnome-dd591553f3c924dbf9a07def71bebfd543ad929d.tar.zst freebsd-ports-gnome-dd591553f3c924dbf9a07def71bebfd543ad929d.zip |
- Update to version 0.3.3
PR: 58620
Submitted by: Ports Fury
Diffstat (limited to 'archivers/libcomprex/Makefile')
-rw-r--r-- | archivers/libcomprex/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index d17890121145..9dea14eda000 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -7,8 +7,7 @@ # PORTNAME= libcomprex -PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTVERSION= 0.3.3 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnupdate @@ -17,18 +16,19 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Transparently handles automatic compression and decompression of files LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ - curl.2:${PORTSDIR}/ftp/curl \ - ltdl.4:${PORTSDIR}/devel/libltdl - + ltdl.4:${PORTSDIR}/devel/libltdl \ + curl.2:${PORTSDIR}/ftp/curl .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif -GNU_CONFIGURE= yes +USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lintl" +LIBTOOLFLAGS= # none +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lintl" INSTALLS_SHLIB= yes +.include <bsd.port.pre.mk> .include "Makefile.man" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |