2005-04-11 23:44:48 +02:00
|
|
|
# $NetBSD: Makefile,v 1.23 2005/04/11 21:46:28 tv Exp $
|
2001-03-24 07:17:06 +01:00
|
|
|
|
2004-07-23 16:08:41 +02:00
|
|
|
DISTNAME= teapop-0.3.8
|
2004-12-28 03:47:40 +01:00
|
|
|
PKGREVISION= 2
|
2001-03-24 07:17:06 +01:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \
|
|
|
|
http://www.toontown.org/pub/teapop/
|
|
|
|
|
2002-06-12 12:55:48 +02:00
|
|
|
MAINTAINER= dawszy@arhea.net
|
2001-03-24 07:17:06 +01:00
|
|
|
HOMEPAGE= http://www.toontown.org/teapop/
|
|
|
|
COMMENT= Yet another RFC1939 compliant POP3 server
|
|
|
|
|
2003-01-28 23:03:00 +01:00
|
|
|
USE_PKGINSTALL= YES
|
2001-06-30 23:21:51 +02:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --enable-flock
|
2001-11-25 23:55:04 +01:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
2004-11-25 21:49:30 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-piddir=${VARBASE}/run
|
2001-11-25 23:55:04 +01:00
|
|
|
|
|
|
|
EGDIR= ${PREFIX}/share/examples/teapop
|
|
|
|
CONF_FILES= ${EGDIR}/teapop.passwd ${PKG_SYSCONFDIR}/teapop.passwd
|
2001-03-24 07:17:06 +01:00
|
|
|
|
2003-01-19 14:04:48 +01:00
|
|
|
RCD_SCRIPTS= teapop
|
|
|
|
|
2004-11-25 21:49:30 +01:00
|
|
|
.include "options.mk"
|
2002-04-04 01:10:41 +02:00
|
|
|
|
2001-11-25 23:55:04 +01:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/etc/teapop.passwd ${EGDIR}
|
|
|
|
|
2004-12-04 15:50:32 +01:00
|
|
|
.include "../../security/tcp_wrappers/buildlink3.mk"
|
2001-03-24 07:17:06 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|