mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
42 lines
925 B
Makefile
42 lines
925 B
Makefile
|
# New ports collection makefile for: proxsmtp
|
||
|
# Date created: 2005-05-03
|
||
|
# Whom: Dario Freni <saturnero@gufi.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= proxsmtp
|
||
|
PORTVERSION= 1.2.1
|
||
|
CATEGORIES= mail security
|
||
|
MASTER_SITES= http://memberwebs.com/nielsen/software/proxsmtp/
|
||
|
|
||
|
MAINTAINER= saturnero@gufi.org
|
||
|
COMMENT= A flexible SMTP filter which can act also as trasparent proxy
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_GMAKE= yes
|
||
|
USE_REINPLACE= yes
|
||
|
USE_RC_SUBR= proxsmtpd.sh
|
||
|
SUB_FILES= pkg-message
|
||
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||
|
|
||
|
MAN5= proxsmtpd.conf.5
|
||
|
MAN8= proxsmtpd.8
|
||
|
|
||
|
.if !defined(NOPORTDOCS)
|
||
|
PORTDOCS= *
|
||
|
.endif
|
||
|
|
||
|
post-patch:
|
||
|
@${REINPLACE_CMD} -e "s,%%PTHREAD_LIBS%%,${PTHREAD_LIBS}," ${WRKSRC}/configure
|
||
|
|
||
|
post-install:
|
||
|
${INSTALL_DATA} ${WRKSRC}/doc/proxsmtpd.conf ${PREFIX}/etc/proxsmtpd.conf-sample
|
||
|
.if !defined(NOPORTDOCS)
|
||
|
${MKDIR} ${DOCSDIR}
|
||
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||
|
.endif
|
||
|
@${CAT} ${PKGMESSAGE}
|
||
|
|
||
|
.include <bsd.port.mk>
|