openbsd-ports/net/rtg/Makefile
sthen 7b74d11759 mark net/rtg BROKEN for now; as well as failing with -fno-common, some
of the provided scripts are several years out of date from working with
current perl/php.

If someone wants to resurrect this there are a bunch of patches in
FreeBSD ports.
2021-02-02 11:53:33 +00:00

35 lines
856 B
Makefile

# $OpenBSD: Makefile,v 1.20 2021/02/02 11:53:33 sthen Exp $
# if you are interested in fixing this, see FreeBSD ports - I will probably
# remove it if there's no interest. -sthen
BROKEN = needs patches for -fno-common, newer PHP, newer perl
COMMENT = SNMP statistics monitoring system
DISTNAME = rtg-0.7.4
REVISION = 14
CATEGORIES = net
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=rtg/}
HOMEPAGE = http://rtg.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += c crypto fontconfig freetype gd iconv jpeg m mysqlclient_r
WANTLIB += netsnmp png pthread tiff webp z
LIB_DEPENDS = converters/libiconv \
net/net-snmp \
databases/mariadb \
graphics/gd \
graphics/jpeg \
graphics/png
CONFIGURE_ENV = LOCALBASE=${LOCALBASE} \
LDFLAGS=-L${X11BASE}/lib
CONFIGURE_STYLE = autoconf
AUTOCONF_VERSION = 2.59
.include <bsd.port.mk>