31 lines
674 B
Makefile
31 lines
674 B
Makefile
# $OpenBSD: Makefile,v 1.19 2020/02/03 20:40:40 sthen Exp $
|
|
|
|
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>
|