53b893c0a5
Upstream is dead and archived repo Jul 3 2023, recommends users to look at https://github.com/ircd-hybrid/hopm Reference: https://github.com/blitzed-org/bopm
36 lines
843 B
Makefile
36 lines
843 B
Makefile
PORTNAME= bopm
|
|
PORTVERSION= 3.1.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= irc
|
|
MASTER_SITES= http://static.blitzed.org/www.blitzed.org/bopm/files/ \
|
|
ftp://rusunix.org/pub/FreeBSD/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Open proxy and DNSBL monitor designed for use with ircds
|
|
WWW= http://wiki.blitzed.org/BOPM
|
|
|
|
DEPRECATED= Upstream is dead and archived repo Jul 3 2023
|
|
EXPIRATION_DATE=2024-03-31
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --localstatedir=/var/log/bopm
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool
|
|
USE_LDCONFIG= yes
|
|
USE_RC_SUBR= bopm
|
|
|
|
USERS= bopm
|
|
GROUPS= bopm
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} \
|
|
-e 's,/some/path/bopm.pid,/var/run/bopm/bopm.pid,g' \
|
|
-e 's,/some/path/scan.log,/var/log/bopm/scan.log,g' \
|
|
${WRKSRC}/bopm.conf.sample
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}/var/run/bopm
|
|
|
|
.include <bsd.port.mk>
|