27 lines
478 B
Makefile
Raw Normal View History

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