openbsd-ports/databases/pg_top/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

32 lines
662 B
Makefile

# $OpenBSD: Makefile,v 1.7 2012/03/29 13:38:13 sthen Exp $
COMMENT = top for monitoring PostgreSQL processes
DISTNAME = pg_top-3.6.2
CATEGORIES = databases sysutils
REVISION = 1
HOMEPAGE = http://ptop.projects.postgresql.org/
MASTER_SITES = http://pgfoundry.org/frs/download.php/1781/
MAINTAINER= Okan Demirmen <okan@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c kvm m termcap
LIB_DEPENDS = databases/postgresql
WANTLIB += pq>=5
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-postgresql=${LOCALBASE}
USE_GROFF = Yes
.include <bsd.port.mk>