freebsd-ports/databases/courier-authlib-pgsql/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
273 B
Makefile

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