openbsd-ports/devel/mowgli/Makefile

29 lines
553 B
Makefile
Raw Normal View History

2011-12-02 01:36:28 -05:00
# $OpenBSD: Makefile,v 1.4 2011/12/02 06:36:28 shadchin Exp $
2009-01-14 16:06:39 -05:00
COMMENT = performance and usability oriented extensions to C
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//}
2011-12-02 01:36:28 -05:00
SHARED_LIBS = mowgli 1.1
2009-01-14 16:06:39 -05:00
CATEGORIES = devel
2010-12-06 03:24:36 -05:00
HOMEPAGE = http://www.atheme.org/project/mowgli
# 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
2009-01-14 16:06:39 -05:00
MASTER_SITES = http://distfiles.atheme.org/
2009-01-14 16:06:39 -05:00
MAKE_ENV = LIBmowgli_VERSION=${LIBmowgli_VERSION}
2009-01-14 16:06:39 -05:00
CONFIGURE_STYLE = gnu
2009-01-14 16:06:39 -05:00
NO_REGRESS = Yes
.include <bsd.port.mk>