mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
18 lines
305 B
Makefile
18 lines
305 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
PORTNAME= libavl
|
|
PORTVERSION= 1.4.0
|
|
PORTREVISION= 1
|
|
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>
|