2014-07-14 07:34:08 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2014/07/14 07:34:08 armani 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//}
|
2014-07-14 07:34:08 +00:00
|
|
|
REVISION = 0
|
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-07-14 07:34:08 +00:00
|
|
|
HOMEPAGE = http://www.atheme.org/projects/libmowgli.html
|
2010-12-06 08:24:36 +00:00
|
|
|
|
2007-09-14 21:16:14 +00:00
|
|
|
# BSD
|
2009-01-14 21:06:39 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = 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>
|