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

18 lines
381 B
Makefile

# $OpenBSD: Makefile,v 1.3 2015/05/22 11:31:13 ajacoutot Exp $
COMMENT = C++ logging library
DISTNAME = rlog-1.4
SHARED_LIBS = rlog 0.0 # 5.0
CATEGORIES = devel
HOMEPAGE = http://www.arg0.net/rlog
REVISION = 0
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = m pthread stdc++
MASTER_SITES = http://rlog.googlecode.com/files/
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>