freebsd-ports/security/gsasl/Makefile
Sunpoet Po-Chuan Hsieh c62affb0d4 Split GSASL into gsasl (command-line utility) and libgsasl (library)
GNU SASL has been split into 2 ports:
- security/gsasl: the command-line utility
- security/libgsasl: the library

It was based on hrs@ patch.

Thanks to:	hrs
2020-02-23 08:07:19 +00:00

38 lines
708 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= gsasl
PORTVERSION= 1.8.1
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= GNU
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= GNU SASL command-line utility
LICENSE= LGPL21
LIB_DEPENDS= libgsasl.so:security/libgsasl
USES= charsetfix libtool localbase pathfix pkgconfig readline
CONFIGURE_ARGS= --disable-rpath \
--without-gssapi-impl
GNU_CONFIGURE= yes
INFO= gsasl
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
post-patch:
@${REINPLACE_CMD} -e '/^en@/d' ${WRKSRC}/po/LINGUAS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>