freebsd-ports/security/gsasl/Makefile

49 lines
1.1 KiB
Makefile
Raw Normal View History

2003-10-30 03:35:43 -05:00
# ex:ts=8
# Ports collection makefile for: gsasl
# Date created: Oct 18, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gsasl
PORTVERSION= 0.0.14
2003-10-30 03:35:43 -05:00
CATEGORIES= security
MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \
2003-10-30 21:39:30 -05:00
${MASTER_SITE_GNU_ALPHA}
MASTER_SITE_SUBDIR= ${PORTNAME}
2003-10-30 03:35:43 -05:00
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU SASL Library
2004-01-23 13:12:26 -05:00
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \
idn.12:${PORTSDIR}/devel/libidn \
2003-10-30 03:35:43 -05:00
gcrypt.6:${PORTSDIR}/security/libgcrypt \
ntlm.0:${PORTSDIR}/security/libntlm \
2003-10-30 03:35:43 -05:00
USE_PERL5_BUILD= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_GETOPT_LONG= yes
2003-10-30 03:35:43 -05:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --disable-gssapi --disable-kerberos_v5
2003-10-30 03:35:43 -05:00
INSTALLS_SHLIB= yes
INFO= gsasl
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
2003-10-30 03:35:43 -05:00
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
@${MKDIR} ${DOCSDIR}/reference
${INSTALL_DATA} ${WRKSRC}/doc/reference/*.html ${DOCSDIR}/reference
.endif
.include "Makefile.man"
.include <bsd.port.post.mk>