mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
33 lines
702 B
Makefile
33 lines
702 B
Makefile
# Created by: Mikhail Teterin <mi@aldan.algebra.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pam-pgsql
|
|
PORTVERSION= 0.7.3.1
|
|
CATEGORIES= security databases
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.7/
|
|
|
|
MAINTAINER= berend@pobox.com
|
|
COMMENT= PAM module for authenticating with PostgreSQL
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= mhash:${PORTSDIR}/security/mhash \
|
|
gcrypt:${PORTSDIR}/security/libgcrypt
|
|
|
|
USE_PGSQL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --libdir=/usr/lib
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-install:
|
|
@${SED} -e 's,%%PREFIX%%,${PREFIX},' ${PKGMESSAGE}
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/CHANGELOG ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|