diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-09-30 14:59:51 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-09-30 15:10:21 +0000 |
commit | 43a9d7d003e26f7577fdc227aae5684d723eef6b (patch) | |
tree | 47e7340ebdf0eadebd5ba652f651a6f3b4595612 | |
parent | 9c21a87d3ad514bb16314f1828e547954bfba10c (diff) | |
download | ports-43a9d7d003e26f7577fdc227aae5684d723eef6b.tar.gz ports-43a9d7d003e26f7577fdc227aae5684d723eef6b.zip |
archivers/libcomprex: Adopt port
- Pet portclippy
- Utilize USES=localbase
-rw-r--r-- | archivers/libcomprex/Makefile | 17 |
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> |