2012-10-08 14:19:01 +02:00
|
|
|
# $NetBSD: Makefile,v 1.16 2012/10/08 12:19:18 asau Exp $
|
2005-11-13 04:09:20 +01:00
|
|
|
#
|
|
|
|
|
2011-04-01 13:40:34 +02:00
|
|
|
DISTNAME= mpop-1.0.23
|
2011-04-22 15:41:54 +02:00
|
|
|
PKGREVISION= 1
|
2005-11-13 04:09:20 +01:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpop/}
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2006-06-25 05:32:23 +02:00
|
|
|
MAINTAINER= reed@reedmedia.net
|
2005-11-13 04:09:20 +01:00
|
|
|
HOMEPAGE= http://mpop.sourceforge.net/
|
|
|
|
COMMENT= Small, fast and portable POP3 client
|
2009-05-19 10:59:00 +02:00
|
|
|
LICENSE= gnu-gpl-v3
|
2005-11-13 04:09:20 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_TOOLS+= pkg-config
|
2011-04-01 13:40:34 +02:00
|
|
|
INFO_FILES= yes
|
2005-11-13 04:09:20 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --enable-nls
|
|
|
|
|
|
|
|
EGDIR= ${PREFIX}/share/examples/mpop
|
2010-02-04 03:31:29 +01:00
|
|
|
INSTALLATION_DIRS+= ${EGDIR}
|
2005-11-13 04:09:20 +01:00
|
|
|
|
|
|
|
.include "options.mk"
|
|
|
|
|
|
|
|
post-install:
|
2010-02-04 03:31:29 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/mpoprc.example ${DESTDIR}${EGDIR}
|
2005-11-13 04:09:20 +01:00
|
|
|
|
2010-02-04 03:31:29 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
2005-11-13 04:09:20 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|