openbsd-ports/devel/libavl/Makefile
2013-03-11 10:50:00 +00:00

21 lines
393 B
Makefile

# $OpenBSD: Makefile,v 1.7 2013/03/11 10:50:09 espie Exp $
COMMENT= library for balanced binary trees
VERSION= 1.4.0
DISTNAME= avl-${VERSION}
PKGNAME= libavl-${VERSION}
CATEGORIES= devel
HOMEPAGE= http://www.stanford.edu/~blp/avl/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_GNU:=avl/}
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>