ajacoutot a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00

41 lines
783 B
Makefile

# $OpenBSD: Makefile,v 1.130 2015/05/22 11:31:13 ajacoutot Exp $
COMMENT= portable library for obtaining system information
GNOME_VERSION= 2.30.0
GNOME_PROJECT= libgtop
PKGNAME= libgtop2-${VERSION}
REVISION= 3
SHARED_LIBS= gtop-2.0 9.0 # .10.0
CATEGORIES= devel
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += Xau c kvm pcre pthread glib-2.0
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= devel/glib2
MODGNOME_TOOLS += gobject-introspection
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= GMSGFMT="${LOCALBASE}/bin/msgfmt" \
ac_cv_header_sys_mount_h=yes
.ifdef DEBUG
CONFIGURE_ARGS+= --enable-debug
CPPFLAGS+= -DDEBUG \
-DLIBGTOP_ENABLE_DEBUG \
-DLIBGTOP_FATAL_WARNINGS
.endif
.include <bsd.port.mk>