2019-07-12 20:44:34 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:44:43 sthen Exp $
|
2007-09-14 21:16:14 +00:00
|
|
|
|
2009-01-14 21:06:39 +00:00
|
|
|
COMMENT = performance and usability oriented extensions to C
|
2007-09-14 21:16:14 +00:00
|
|
|
|
2011-12-02 06:36:28 +00:00
|
|
|
DISTNAME = libmowgli-1.0.0
|
2010-12-06 08:24:36 +00:00
|
|
|
PKGNAME = ${DISTNAME:S/lib//}
|
2015-03-16 18:07:34 +00:00
|
|
|
REVISION = 2
|
2007-09-14 21:16:14 +00:00
|
|
|
|
2011-12-02 06:36:28 +00:00
|
|
|
SHARED_LIBS = mowgli 1.1
|
2007-09-14 21:16:14 +00:00
|
|
|
|
2009-01-14 21:06:39 +00:00
|
|
|
CATEGORIES = devel
|
2007-09-14 21:16:14 +00:00
|
|
|
|
2014-10-10 12:12:29 +00:00
|
|
|
HOMEPAGE = http://atheme.org/projects/libmowgli.html
|
2010-12-06 08:24:36 +00:00
|
|
|
|
2007-09-14 21:16:14 +00:00
|
|
|
# BSD
|
2019-07-12 20:44:34 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2007-09-14 21:16:14 +00:00
|
|
|
|
2009-01-14 21:06:39 +00:00
|
|
|
MASTER_SITES = http://distfiles.atheme.org/
|
2007-09-14 21:16:14 +00:00
|
|
|
|
2009-01-14 21:06:39 +00:00
|
|
|
MAKE_ENV = LIBmowgli_VERSION=${LIBmowgli_VERSION}
|
2007-09-14 21:16:14 +00:00
|
|
|
|
2009-01-14 21:06:39 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
2007-09-14 21:16:14 +00:00
|
|
|
|
2013-03-11 10:50:00 +00:00
|
|
|
NO_TEST = Yes
|
2007-09-14 21:16:14 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|