openbsd-ports/devel/mowgli/Makefile

29 lines
519 B
Makefile
Raw Normal View History

2009-01-14 16:06:39 -05:00
# $OpenBSD: Makefile,v 1.2 2009/01/14 21:06:39 fgsch Exp $
2009-01-14 16:06:39 -05:00
COMMENT = performance and usability oriented extensions to C
2009-01-14 16:06:39 -05:00
V = 0.7.0
DISTNAME = libmowgli-$V
PKGNAME = mowgli-$V
2009-01-14 16:06:39 -05:00
SHARED_LIBS = mowgli 1.0
2009-01-14 16:06:39 -05:00
CATEGORIES = devel
# 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/
EXTRACT_SUFX = .tgz
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>