summaryrefslogtreecommitdiff
path: root/archivers/libcomprex/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-28 21:19:59 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-28 21:19:59 +0000
commit4aa2131924b81a350ea7382460d0e1eb24307974 (patch)
tree6d125fe26683262d7835c89e0c03c3efb114180b /archivers/libcomprex/Makefile
parent- Update to version 1.56 (diff)
- Update to version 0.3.3
PR: 58620 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=92481
Diffstat (limited to 'archivers/libcomprex/Makefile')
-rw-r--r--archivers/libcomprex/Makefile18
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>