pkgsrc/mail/solid-pop3d/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

57 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:02 jlam Exp $
DISTNAME= solid-pop3d-0.15
CATEGORIES= mail
MASTER_SITES= http://solidpop3d.pld.org.pl/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://solidpop3d.pld.org.pl/
COMMENT= Flexible POP3 server
EGDIR= ${PREFIX}/share/examples/spop3d
MESSAGE_SUBST+= EGDIR=${EGDIR}
PLIST_SRC=
EXAMPLES=
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-logextend \
--enable-statistics
BUILD_DEFS+= USE_INET6
.if defined(SPOP3D_ENABLE_APOP)
CONFIGURE_ARGS+= --enable-apop
PLIST_SRC+= ${.CURDIR}/PLIST.apop
.endif
.if defined(SPOP3D_ENABLE_STANDALONE)
CONFIGURE_ARGS+= --enable-standalone
CONFIGURE_ARGS+= --enable-connect
.endif
.if defined(SPOP3D_ENABLE_ALIASES)
CONFIGURE_ARGS+= --enable-mapping
CONFIGURE_ARGS+= --enable-nonip
.endif
.if defined(USE_INET6)
CONFIGURE_ARGS+= --enable-ipv6
.endif
EXAMPLES+= config.example
PLIST_SRC+= ${.CURDIR}/PLIST
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
cd ${WRKSRC}/doc; for i in ${EXAMPLES}; do \
${INSTALL_DATA} $${i} ${EGDIR}/$${i}; \
done
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/solid-pop3d
.for i in AUTHORS CONFIGFILE COPYING ChangeLog INSTALL README THANKS VIRTUALS
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/solid-pop3d
.endfor
.include "../../mk/bsd.pkg.mk"