aboutsummaryrefslogblamecommitdiff
path: root/mail/opensmtpd-extras-table-mysql/Makefile
blob: 4b56de626fd0ad7b251162f4d6f2a39a43f2625a (plain) (tree)
1
2
3
4
5
6
7
8
9
                  

                            
                 
 
                                                 


                                             

                                            

                                        
                     




                                              
# Created by: gahr

PKGNAMESUFFIX=	-table-mysql
PORTREVISION=	0

COMMENT=	MySQL table support for OpenSMTPD

PLIST_FILES=	libexec/opensmtpd/table-mysql

CONFIGURE_ARGS+=	--with-table-mysql
CFLAGS+=	-I${LOCALBASE}/include/mysql
LDFLAGS+=	-L${LOCALBASE}/lib/mysql

USES=		mysql

MASTERDIR=	${.CURDIR}/../opensmtpd-extras
SLAVE_PORT=	yes

.include "${MASTERDIR}/Makefile"