openbsd-ports/devel/mcs/Makefile
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

34 lines
588 B
Makefile

# $OpenBSD: Makefile,v 1.9 2015/05/22 11:31:13 ajacoutot Exp $
COMMENT = abstract the storage of configuration settings
DISTNAME = libmcs-0.7.2
PKGNAME = ${DISTNAME:S/lib//}
REVISION = 1
SHARED_LIBS = mcs 1.0
CATEGORIES = devel
HOMEPAGE = https://github.com/atheme/libmcs
# BSD
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c mowgli
MASTER_SITES = http://distfiles.atheme.org/
EXTRACT_SUFX = .tgz
LIB_DEPENDS = devel/mowgli
MAKE_ENV = LIBmcs_VERSION=${LIBmcs_VERSION}
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --disable-gconf \
--disable-kconfig
NO_TEST = Yes
.include <bsd.port.mk>