2005-08-30 16:09:24 +02:00
|
|
|
PORTNAME= popular
|
|
|
|
PORTVERSION= 1.5.5
|
2020-08-19 15:17:38 +02:00
|
|
|
PORTREVISION= 8
|
2005-08-30 16:09:24 +02:00
|
|
|
CATEGORIES= mail
|
2015-12-28 16:01:18 +01:00
|
|
|
MASTER_SITES= https://www.jochentopf.com/software/popular/
|
2005-08-30 16:09:24 +02:00
|
|
|
|
2020-08-19 15:17:38 +02:00
|
|
|
MAINTAINER= svysh.fbsd@gmail.com
|
2005-08-30 16:09:24 +02:00
|
|
|
COMMENT= Suite of programs for setting up large POP3 server systems
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://www.jochentopf.com/software/popular/index.html
|
2005-08-30 16:09:24 +02:00
|
|
|
|
2020-08-19 15:17:38 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= p5-XML-DOM>=0:textproc/p5-XML-DOM
|
2005-08-30 16:09:24 +02:00
|
|
|
|
2020-08-19 15:17:38 +02:00
|
|
|
USES= libtool perl5 gmake tar:bzip2 ssl
|
2021-10-28 14:28:24 +02:00
|
|
|
CONFLICTS= pserv synce-librapi2
|
2017-12-01 23:12:15 +01:00
|
|
|
CONFLICTS_INSTALL= ports-tools # bin/pcheck
|
2012-06-04 14:06:57 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-08-30 16:09:24 +02:00
|
|
|
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
|
2020-08-19 15:17:38 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-08-30 16:09:24 +02:00
|
|
|
|
|
|
|
post-install:
|
2015-06-03 20:03:08 +02:00
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/popular/*.so
|
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>
|