2001-11-21 19:03:45 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: libcomprex
|
|
|
|
# Date created: Nov 22, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libcomprex
|
2003-10-28 22:19:59 +01:00
|
|
|
PORTVERSION= 0.3.3
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 8
|
2001-11-21 19:03:45 +01:00
|
|
|
CATEGORIES= archivers
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/gnupdate/${PORTNAME}/${PORTVERSION}
|
2001-11-21 19:03:45 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Transparently handles automatic compression and decompression of files
|
2001-11-21 19:03:45 +01:00
|
|
|
|
2004-06-23 11:23:16 +02:00
|
|
|
#LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
|
2004-06-04 19:29:38 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2003-10-28 22:19:59 +01:00
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
2006-08-14 11:56:58 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-11-21 19:03:45 +01:00
|
|
|
|
2004-03-25 13:16:56 +01:00
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
2006-01-24 05:05:15 +01:00
|
|
|
BROKEN= Does not build without gettext
|
2004-03-25 13:16:56 +01:00
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2003-10-28 22:19:59 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2003-02-02 13:59:04 +01:00
|
|
|
.include "Makefile.man"
|
2003-10-28 22:19:59 +01:00
|
|
|
.include <bsd.port.post.mk>
|