32d8f290c2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
33 lines
856 B
Makefile
33 lines
856 B
Makefile
# $NetBSD: Makefile,v 1.22 2004/12/28 02:47:45 reed Exp $
|
|
|
|
DISTNAME= teapop-0.3.8
|
|
PKGREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \
|
|
http://www.toontown.org/pub/teapop/
|
|
|
|
MAINTAINER= dawszy@arhea.net
|
|
HOMEPAGE= http://www.toontown.org/teapop/
|
|
COMMENT= Yet another RFC1939 compliant POP3 server
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_PKGINSTALL= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --enable-flock
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
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"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/etc/teapop.passwd ${EGDIR}
|
|
|
|
.include "../../security/tcp_wrappers/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|