46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
33 lines
877 B
Makefile
33 lines
877 B
Makefile
# $OpenBSD: Makefile,v 1.7 2000/10/22 15:43:22 espie Exp $
|
|
|
|
DISTNAME= cyrus-sasl-1.5.24
|
|
CATEGORIES= security
|
|
NEED_VERSION= 1.305
|
|
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
|
ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/
|
|
|
|
HOMEPAGE= http://asg.web.cmu.edu/sasl/
|
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= yes
|
|
PERMIT_PACKAGE_FTP= yes
|
|
PERMIT_DISTFILES_CDROM= yes
|
|
PERMIT_DISTFILES_FTP= yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/sasl \
|
|
--enable-krb4=/usr \
|
|
--enable-static \
|
|
--enable-shared \
|
|
--enable-login \
|
|
--with-pwcheck=/var/pwcheck
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sasl
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/sasl
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${PREFIX}/share/doc/sasl
|
|
|
|
.include <bsd.port.mk>
|