2013-04-23 16:20:25 +02:00
|
|
|
# Created by: ijliao
|
2001-11-21 19:03:45 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libcomprex
|
2003-10-28 22:19:59 +01:00
|
|
|
PORTVERSION= 0.3.3
|
2016-12-08 20:52:19 +01:00
|
|
|
PORTREVISION= 13
|
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
|
|
|
|
2012-06-05 22:27:30 +02:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= NLS
|
2014-02-05 14:17:25 +01:00
|
|
|
OPTIONS_SUB= yes
|
2012-06-05 22:27:30 +02:00
|
|
|
|
2014-02-05 14:17:25 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2014-08-20 14:32:33 +02:00
|
|
|
USES= libtool pathfix pkgconfig
|
2006-08-14 11:56:58 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-02-05 14:17:25 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-11-21 19:03:45 +01:00
|
|
|
|
2014-07-03 21:06:07 +02:00
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl
|
2014-07-04 22:08:27 +02:00
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2004-03-25 13:16:56 +01:00
|
|
|
|
2013-05-08 18:00:32 +02:00
|
|
|
.include <bsd.port.mk>
|