View | Details | Raw Unified | Return to bug 168587
Collapse All | Expand All

(-)archivers/libcomprex/Makefile (-5 / +10 lines)
Lines 15-34 Link Here
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Transparently handles automatic compression and decompression of files
16
COMMENT=	Transparently handles automatic compression and decompression of files
17
17
18
LICENSE=	LGPL21
19
18
#LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl
20
#LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl
19
21
20
GNU_CONFIGURE=	yes
22
OPTIONS_DEFINE=	NLS
23
21
USE_AUTOTOOLS=	libtool
24
USE_AUTOTOOLS=	libtool
22
USE_GNOME=	gnomehack pkgconfig
25
USE_GNOME=	gnomehack pkgconfig
23
CPPFLAGS+=	-I${LOCALBASE}/include
24
LDFLAGS+=	-L${LOCALBASE}/lib -lintl
25
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
MAKE_JOBS_SAFE=	yes
26
28
27
.if !defined(WITHOUT_NLS)
29
.include <bsd.port.options.mk>
30
31
.if ${PORT_OPTIONS:MNLS}
28
USE_GETTEXT=	yes
32
USE_GETTEXT=	yes
33
CPPFLAGS+=	-I${LOCALBASE}/include
34
LDFLAGS+=	-L${LOCALBASE}/lib -lintl
29
PLIST_SUB+=	NLS=""
35
PLIST_SUB+=	NLS=""
30
.else
36
.else
31
BROKEN=		Does not build without gettext
32
CONFIGURE_ARGS+=--disable-nls
37
CONFIGURE_ARGS+=--disable-nls
33
PLIST_SUB+=	NLS="@comment "
38
PLIST_SUB+=	NLS="@comment "
34
.endif
39
.endif
(-)archivers/libcomprex/pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
can also open uncompressed files, making it a good replacement for the
4
can also open uncompressed files, making it a good replacement for the
5
native file access functions.
5
native file access functions.
6
6
7
WWW: http://www.gnupdate.org/components/libcomprex/index.xml
7
WWW: http://gnupdate.sourceforge.net/components/libcomprex/index.xml

Return to bug 168587