090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
35 lines
844 B
Makefile
35 lines
844 B
Makefile
# New ports collection makefile for: pam-pgsql
|
|
# Date created: Nov 16, 2000
|
|
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pam-pgsql
|
|
PORTVERSION= 0.6.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= security databases
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= libpam-pgsql-${PORTVERSION}
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= A pam module for authenticating with PostgreSQL
|
|
|
|
LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash
|
|
|
|
USE_BZIP2= yes
|
|
USE_PGSQL= yes
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/lib//}
|
|
|
|
post-install:
|
|
post-install:
|
|
@${SED} -e 's,%%PREFIX%%,${PREFIX},' ${PKGMESSAGE}
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/debian/changelog \
|
|
${WRKSRC}/debian/copyright ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|