2012-12-30 00:14:24 +01:00
|
|
|
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
2005-08-30 16:09:24 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= popular
|
|
|
|
PORTVERSION= 1.5.5
|
2014-08-22 00:50:29 +02:00
|
|
|
PORTREVISION= 6
|
2005-08-30 16:09:24 +02:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://www.remote.org/jochen/mail/popular/download/
|
|
|
|
|
2013-07-09 23:26:48 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-08-30 16:09:24 +02:00
|
|
|
COMMENT= Suite of programs for setting up large POP3 server systems
|
|
|
|
|
2012-06-05 20:17:13 +02:00
|
|
|
BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM
|
2005-08-30 16:09:24 +02:00
|
|
|
|
2012-06-04 14:06:57 +02:00
|
|
|
CONFLICTS= pserv-[0-9]* synce-librapi2-[0-9]*
|
|
|
|
|
2014-06-05 18:16:27 +02:00
|
|
|
USES= libtool perl5 gmake
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-08-30 16:09:24 +02:00
|
|
|
USE_OPENSSL= yes
|
|
|
|
PDM_MODULES= any master
|
|
|
|
CONFIGURE_ARGS= --without-bdb --disable-docbook --with-confdir=${PREFIX}/etc/popular \
|
|
|
|
--enable-ssl --with-pdm="${PDM_MODULES}"
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-06-11 16:49:59 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2005-08-30 16:09:24 +02:00
|
|
|
|
2012-08-06 01:19:36 +02:00
|
|
|
USE_RC_SUBR= pcheckd pproxy pserv 0ringd
|
2005-08-30 16:09:24 +02:00
|
|
|
|
|
|
|
post-install:
|
2014-06-05 18:16:27 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${ETCDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/conf/pproxy.rc ${STAGEDIR}${ETCDIR}/pproxy.rc.sample
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/conf/pserv.rc ${STAGEDIR}${ETCDIR}/pserv.rc.sample
|
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/include/popular
|
|
|
|
${FIND} ${WRKSRC}/src -name *.h | ${XARGS} -n 1 -J % ${INSTALL_DATA} % \
|
|
|
|
${STAGEDIR}${PREFIX}/include/popular
|
2005-08-30 16:09:24 +02:00
|
|
|
|
2012-12-30 00:14:24 +01:00
|
|
|
.include <bsd.port.mk>
|