forked from Lainports/opnsense-ports
17 lines
301 B
Makefile
17 lines
301 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libavl
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNU/avl
|
|
DISTNAME= avl-${PORTVERSION}
|
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
|
COMMENT= Library for balanced binary trees
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= avl
|
|
|
|
.include <bsd.port.mk>
|