freebsd-ports/security/pam-pgsql/Makefile
Rong-En Fan 337f0e97da - Update to 0.6.2
- Pass maintainership to submitter
- Reformat pkg-message, pkg-descr

PR:		ports/102881
Submitted by:	chinsan <chinsan.tw at gmail.com>
2006-09-05 18:38:45 +00:00

34 lines
829 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.2
CATEGORIES= security databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= libpam-pgsql-${PORTVERSION}
MAINTAINER= chinsan.tw@gmail.com
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>