2011-12-02 01:36:28 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2011/12/02 06:36:28 shadchin Exp $
|
2007-09-14 17:16:14 -04:00
|
|
|
|
2009-01-14 16:06:39 -05:00
|
|
|
COMMENT = performance and usability oriented extensions to C
|
2007-09-14 17:16:14 -04:00
|
|
|
|
2011-12-02 01:36:28 -05:00
|
|
|
DISTNAME = libmowgli-1.0.0
|
2010-12-06 03:24:36 -05:00
|
|
|
PKGNAME = ${DISTNAME:S/lib//}
|
2007-09-14 17:16:14 -04:00
|
|
|
|
2011-12-02 01:36:28 -05:00
|
|
|
SHARED_LIBS = mowgli 1.1
|
2007-09-14 17:16:14 -04:00
|
|
|
|
2009-01-14 16:06:39 -05:00
|
|
|
CATEGORIES = devel
|
2007-09-14 17:16:14 -04:00
|
|
|
|
2010-12-06 03:24:36 -05:00
|
|
|
HOMEPAGE = http://www.atheme.org/project/mowgli
|
|
|
|
|
2007-09-14 17:16:14 -04:00
|
|
|
# BSD
|
2009-01-14 16:06:39 -05:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
2007-09-14 17:16:14 -04:00
|
|
|
|
2009-01-14 16:06:39 -05:00
|
|
|
MASTER_SITES = http://distfiles.atheme.org/
|
2007-09-14 17:16:14 -04:00
|
|
|
|
2009-01-14 16:06:39 -05:00
|
|
|
MAKE_ENV = LIBmowgli_VERSION=${LIBmowgli_VERSION}
|
2007-09-14 17:16:14 -04:00
|
|
|
|
2009-01-14 16:06:39 -05:00
|
|
|
CONFIGURE_STYLE = gnu
|
2007-09-14 17:16:14 -04:00
|
|
|
|
2009-01-14 16:06:39 -05:00
|
|
|
NO_REGRESS = Yes
|
2007-09-14 17:16:14 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|