pkgsrc/mail/teapop/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

33 lines
808 B
Makefile

# $NetBSD: Makefile,v 1.39 2014/05/29 23:36:52 wiz Exp $
DISTNAME= teapop-0.3.8
PKGREVISION= 12
CATEGORIES= mail
MASTER_SITES= # ftp://ftp.toontown.org/pub/teapop/
MAINTAINER= dawszy@arhea.net
HOMEPAGE= http://www.toontown.org/teapop/
COMMENT= Yet another RFC1939 compliant POP3 server
USE_TOOLS+= perl:run
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-flock
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --enable-piddir=${VARBASE}/run
EGDIR= ${PREFIX}/share/examples/teapop
CONF_FILES= ${EGDIR}/teapop.passwd ${PKG_SYSCONFDIR}/teapop.passwd
RCD_SCRIPTS= teapop
.include "options.mk"
INSTALLATION_DIRS+= ${EGDIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/etc/teapop.passwd ${DESTDIR}${EGDIR}
.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"