mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
877dce2447
Approved by: bapt@ (co-mentor)
19 lines
338 B
Makefile
19 lines
338 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libavl
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= avl
|
|
DISTNAME= avl-${PORTVERSION}
|
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
|
COMMENT= A library for balanced binary trees
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= avl
|
|
|
|
.include <bsd.port.mk>
|