pkgsrc/mail/mpop/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

33 lines
733 B
Makefile

# $NetBSD: Makefile,v 1.11 2008/01/18 05:08:27 tnn Exp $
#
DISTNAME= mpop-1.0.12
PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpop/}
EXTRACT_SUFX= .tar.bz2
#LICENSE= gnu-gpl-v3
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://mpop.sourceforge.net/
COMMENT= Small, fast and portable POP3 client
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
INFO_FILES= # PLIST
CONFIGURE_ARGS+= --enable-nls
EGDIR= ${PREFIX}/share/examples/mpop
.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"