pkgsrc/mail/mpop/Makefile

35 lines
800 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/02/05 23:09:56 joerg Exp $
#
DISTNAME= mpop-0.8.2
PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpop/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://mpop.sourceforge.net/
COMMENT= Small, fast and portable POP3 client
GNU_CONFIGURE= 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"