freebsd-ports/net/courier-authlib-ldap/Makefile
Tijl Coosemans a3566cb26e */courier-authlib*:
- Add USES=libtool
- Remove USE_LDCONFIG, not needed for modules
- Disable static modules
- Remove install-configure from INSTALL_TARGET, no impact with staging
- Add manpages to pkg-plist
- Use @sample
- Replace pkg-(de)install and pre-install target with USERS and GROUPS
- Create /var/run/authdaemond at package installation instead of in rc
  script
2014-09-07 16:12:36 +00:00

12 lines
260 B
Makefile

# Created by: Yarema <yds@CoolRat.org>
# $FreeBSD$
PORTREVISION= 2
PKGNAMESUFFIX= -ldap
COMMENT= LDAP support for the Courier authentication library
CATEGORIES= net mail
MASTERDIR= ${.CURDIR}/../../security/courier-authlib
.include "${MASTERDIR}/Makefile"