aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/libcomprex/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile
index a90f73f7b501..fe764fdb02f0 100644
--- a/archivers/libcomprex/Makefile
+++ b/archivers/libcomprex/Makefile
@@ -4,23 +4,24 @@ PORTREVISION= 13
CATEGORIES= archivers
MASTER_SITES= SF/gnupdate/${PORTNAME}/${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bofh@FreeBSD.org
COMMENT= Transparently handles automatic compression and decompression of files
WWW= http://gnupdate.sourceforge.net/components/libcomprex/index.xml
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
+INSTALL_TARGET= install-strip
+
+OPTIONS_DEFINE= NLS
+OPTIONS_SUB= yes
+
+NLS_USES= gettext localbase:ldflags
NLS_CONFIGURE_ENABLE= nls
+NLS_LDFLAGS= -lintl
.include <bsd.port.mk>