30 lines
573 B
Makefile
Raw Normal View History

2010-12-06 08:24:36 +00:00
# $OpenBSD: Makefile,v 1.3 2010/12/06 08:24:36 shadchin Exp $
2009-01-14 21:06:39 +00:00
COMMENT = performance and usability oriented extensions to C
2010-12-06 08:24:36 +00:00
DISTNAME = libmowgli-0.7.1
PKGNAME = ${DISTNAME:S/lib//}
2009-01-14 21:06:39 +00:00
SHARED_LIBS = mowgli 1.0
2009-01-14 21:06:39 +00:00
CATEGORIES = devel
2010-12-06 08:24:36 +00:00
HOMEPAGE = http://www.atheme.org/project/mowgli
# BSD
2009-01-14 21:06:39 +00:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2009-01-14 21:06:39 +00:00
MASTER_SITES = http://distfiles.atheme.org/
EXTRACT_SUFX = .tgz
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
2009-01-14 21:06:39 +00:00
NO_REGRESS = Yes
.include <bsd.port.mk>