More to come later after a longer search completes. THESE MAY NEED FURTHER WORK! If you use them, please check on -current.
25 lines
533 B
Makefile
25 lines
533 B
Makefile
# $OpenBSD: Makefile,v 1.11 2018/06/01 14:24:55 sthen Exp $
|
|
|
|
COMMENT = monitor PostgreSQL activity & statistics
|
|
|
|
DISTNAME = pg_statsinfo-3.3.0
|
|
CATEGORIES = databases
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = http://pgstatsinfo.sourceforge.net/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pgstatsinfo/}
|
|
|
|
USE_GMAKE = Yes
|
|
MAKE_FLAGS = USE_PGXS=1 CFLAGS="-DPG_USE_INLINE" LDFLAGS=-lkvm
|
|
|
|
BUILD_DEPENDS = databases/postgresql,-server
|
|
LIB_DEPENDS = databases/postgresql
|
|
|
|
WANTLIB += c kvm pq pthread
|
|
|
|
.include <bsd.port.mk>
|