33 lines
877 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2000/10/22 15:43:22 espie Exp $
2000-05-28 19:22:17 +00:00
2000-08-21 16:33:33 +00:00
DISTNAME= cyrus-sasl-1.5.24
2000-05-28 19:22:17 +00:00
CATEGORIES= security
NEED_VERSION= 1.305
2000-05-28 19:22:17 +00:00
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/
2000-10-04 21:53:59 +00:00
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
2000-05-28 19:22:17 +00:00
PERMIT_PACKAGE_CDROM= yes
PERMIT_PACKAGE_FTP= yes
PERMIT_DISTFILES_CDROM= yes
PERMIT_DISTFILES_FTP= yes
2000-06-26 19:36:00 +00:00
CONFIGURE_STYLE= gnu
2000-05-28 19:22:17 +00:00
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/sasl \
--enable-krb4=/usr \
--enable-static \
--enable-shared \
2000-08-23 10:02:00 +00:00
--enable-login \
--with-pwcheck=/var/pwcheck
2000-05-28 19:22:17 +00:00
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>