diff options
Diffstat (limited to 'mail/mpop/Makefile')
-rw-r--r-- | mail/mpop/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile new file mode 100644 index 00000000000..2b496bbbc40 --- /dev/null +++ b/mail/mpop/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/13 03:09:20 minskim Exp $ +# + +DISTNAME= mpop-0.8.2 +PKGREVISION= 1 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpop/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= lems@gmx.net +HOMEPAGE= http://mpop.sourceforge.net/ +COMMENT= Small, fast and portable POP3 client + +GNU_CONFIGURE= yes +USE_PKGINSTALL= yes +USE_PKGLOCALEDIR= yes +USE_TOOLS+= pkg-config + +CONFIGURE_ARGS+= --enable-nls + +PKG_SYSCONFSUBDIR= mpop + +EGDIR= ${PREFIX}/share/examples/mpop +CONF_FILES= ${EGDIR}/mpoprc.example ${PKG_SYSCONFDIR}/mpoprc + +INFO_FILES= mpop.info + +.include "options.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/libgetopt/buildlink3.mk" + +post-install: + ${INSTALL_DATA_DIR} ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/mpoprc.example ${EGDIR} + +.include "../../mk/bsd.pkg.mk" |