summaryrefslogtreecommitdiffstats
path: root/archivers/libcomprex/Makefile
blob: c0e10d1f41a5f572f50e294cb29277f5b6ffbb32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: ijliao
# $FreeBSD$

PORTNAME=	libcomprex
PORTVERSION=	0.3.3
PORTREVISION=	13
CATEGORIES=	archivers
MASTER_SITES=	SF/gnupdate/${PORTNAME}/${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Transparently handles automatic compression and decompression of files

LICENSE=	LGPL21

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

INSTALL_TARGET=	install-strip
USES=		libtool pathfix pkgconfig
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes

NLS_USES=	gettext
NLS_CPPFLAGS=	-I${LOCALBASE}/include
NLS_LDFLAGS=	-L${LOCALBASE}/lib -lintl
NLS_CONFIGURE_ENABLE=	nls

.include <bsd.port.mk>
OpenPOWER on IntegriCloud