forked from Lainports/freebsd-ports
- Update to 0.9.14
- Install sample files PR: ports/62067 Submitted by: maintainer
This commit is contained in:
parent
1445819378
commit
e6e8564d86
3 changed files with 22 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= lmtpd
|
||||
PORTVERSION= 0.9.13
|
||||
PORTVERSION= 0.9.14
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pll
|
||||
|
|
@ -22,7 +22,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libhome.a:${PORTSDIR}/misc/libhome
|
|||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
||||
CONFIGURE_ARGS= --with-mysqllog --with-db3 -without-db4 --with-pcre --without-perl
|
||||
CONFIGURE_ARGS= --with-mysqllog --with-db3 -without-db4 \
|
||||
--with-pcre --without-perl
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
MAN8= lmtpd.8
|
||||
|
|
@ -33,6 +34,9 @@ post-install:
|
|||
${PREFIX}/etc/lmtpd.conf.dist
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/lmtpdlogsum/lmtpdlogsum.pl \
|
||||
${PREFIX}/bin/lmtpdlogsum
|
||||
@${MKDIR} ${EXAMPLESDIR}/msg
|
||||
${INSTALL_DATA} ${WRKSRC}/sql/* ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/txt/* ${EXAMPLESDIR}/msg
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
MD5 (lmtpd-0.9.13.tar.gz) = eb9e871eff6a0414b582a67cdd513e9e
|
||||
MD5 (lmtpd-0.9.14.tar.gz) = 145813694dfc9c0b038ca165d2c765cc
|
||||
|
|
|
|||
|
|
@ -31,3 +31,18 @@ share/nls/fr_FR.ISO_8859-1/filtercheck.cat
|
|||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%EXAMPLESDIR%%/log.sql
|
||||
%%EXAMPLESDIR%%/mysqllog.mysql
|
||||
%%EXAMPLESDIR%%/overquota.sql
|
||||
%%EXAMPLESDIR%%/msg/README
|
||||
%%EXAMPLESDIR%%/msg/bounce.en.txt
|
||||
%%EXAMPLESDIR%%/msg/bounce.fr.txt
|
||||
%%EXAMPLESDIR%%/msg/debug.en.txt
|
||||
%%EXAMPLESDIR%%/msg/debug.fr.txt
|
||||
%%EXAMPLESDIR%%/msg/logmsg.fr.txt
|
||||
%%EXAMPLESDIR%%/msg/quotamsg.en.txt
|
||||
%%EXAMPLESDIR%%/msg/quotamsg.es.txt
|
||||
%%EXAMPLESDIR%%/msg/quotamsg.fr.txt
|
||||
%%EXAMPLESDIR%%/msg/quotamsg.it.txt
|
||||
%%EXAMPLESDIR%%/msg/virus.fr.txt
|
||||
@dirrm %%EXAMPLESDIR%%/msg
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue