mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
c6f651390a
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT, where appropriate. The ghostscript ports are doing something nasty that is certainly wrong, but I don't want to try to understand it. Sponsored by: Absolight
18 lines
343 B
Makefile
18 lines
343 B
Makefile
# Created by: rflynn@acsalaska.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nss-pam-ldapd
|
|
PKGNAMESUFFIX= -sasl
|
|
|
|
MAINTAINER= zi@FreeBSD.org
|
|
COMMENT= Advanced fork of nss_ldap with sasl support
|
|
|
|
LICENSE= # pet portlint
|
|
|
|
OPTIONS_SLAVE+= SASL
|
|
|
|
SLAVE_PORT= sasl # In case we come up with more
|
|
MASTERDIR= ${.CURDIR}/../nss-pam-ldapd
|
|
|
|
.include "${MASTERDIR}/Makefile"
|