Import of pkgsrc-2015Q3
This commit is contained in:
1
mail/postfix-pgsql/DESCR
Normal file
1
mail/postfix-pgsql/DESCR
Normal file
@@ -0,0 +1 @@
|
||||
Postfix SMTP server PostgreSQL backend module
|
||||
18
mail/postfix-pgsql/Makefile
Normal file
18
mail/postfix-pgsql/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# $NetBSD: Makefile,v 1.1 2015/09/07 09:47:02 fhajny Exp $
|
||||
#
|
||||
|
||||
COMMENT= Postfix SMTP server PostgreSQL backend module
|
||||
|
||||
POSTFIX_LIB= pgsql
|
||||
POSTFIX_LIBDIR= src/global
|
||||
POSTFIX_LIB_DICT= yes
|
||||
POSTFIX_LIB_MKMAP= no
|
||||
|
||||
.include "../../mail/postfix/Makefile.module"
|
||||
|
||||
CCARGS+= -I${PGSQL_PREFIX}/include
|
||||
AUXLIBS_MODULE= -L${PGSQL_PREFIX}/lib -lpq \
|
||||
${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.}/lib
|
||||
|
||||
.include "../../mk/pgsql.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
Reference in New Issue
Block a user