diff -urN /usr/ports/archivers/libcomprex/Makefile archivers/libcomprex/Makefile --- /usr/ports/archivers/libcomprex/Makefile 2011-09-24 07:20:50.000000000 +0900 +++ archivers/libcomprex/Makefile 2012-05-31 20:04:05.000000000 +0900 @@ -15,20 +15,25 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Transparently handles automatic compression and decompression of files +LICENSE= LGPL21 + #LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl -GNU_CONFIGURE= yes +OPTIONS_DEFINE= NLS + USE_AUTOTOOLS= libtool USE_GNOME= gnomehack pkgconfig -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lintl USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes -.if !defined(WITHOUT_NLS) +.include + +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lintl PLIST_SUB+= NLS="" .else -BROKEN= Does not build without gettext CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif diff -urN /usr/ports/archivers/libcomprex/pkg-descr archivers/libcomprex/pkg-descr --- /usr/ports/archivers/libcomprex/pkg-descr 2001-11-22 03:03:45.000000000 +0900 +++ archivers/libcomprex/pkg-descr 2012-05-31 20:00:44.000000000 +0900 @@ -4,4 +4,4 @@ can also open uncompressed files, making it a good replacement for the native file access functions. -WWW: http://www.gnupdate.org/components/libcomprex/index.xml +WWW: http://gnupdate.sourceforge.net/components/libcomprex/index.xml