pkgsrc/www/ap-auth-kerb/Makefile
marino 938dfe006b Specify readline requirement on 30 packages
Solves:
/usr/libexec/binutils225/elf/ld.gold: error: cannot find -lreadline

The missing specification is obvious on DragonFly because there's
no publically accessible version of readline in base.
2016-12-04 03:51:14 +00:00

35 lines
929 B
Makefile

# $NetBSD: Makefile,v 1.12 2016/12/04 03:51:17 marino Exp $
DISTNAME= mod_auth_kerb-5.4
PKGNAME= ${DISTNAME:S/mod/${APACHE_PKG_PREFIX}/:S/_/-/g}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=modauthkerb/}
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://modauthkerb.sourceforge.net/
COMMENT= Module to allow Apache authentication using Kerberos
LICENSE= modified-bsd
PKG_APACHE_ACCEPTED= apache22 apache24
CONFLICTS= ap-auth-kerb-[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-krb4
CONFIGURE_ARGS+= --with-apache=${BUILDLINK_PREFIX.apache}
CONFIGURE_ARGS+= APXS=${APXS}
USE_LIBTOOL= yes
USE_TOOLS+= gmake
APACHE_MODULE= yes
INSTALLATION_DIRS+= lib/httpd
do-install:
${INSTALL_LIB} ${WRKSRC}/src/.libs/mod_auth_kerb.so \
${DESTDIR}${PREFIX}/lib/httpd
.include "../../mk/apache.mk"
.include "../../mk/krb5.buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"