aboutsummaryrefslogtreecommitdiff
path: root/devel/libavl/Makefile
blob: 9e6df7b047cfe7ed8a5f31967119ff8d4786204c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ex:ts=8
# New ports collection makefile for:	libavl
# Date created:			Aug 13, 2001
# Whom:				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=	ports@FreeBSD.org

PORTCOMMENT=	A library for balanced binary trees

GNU_CONFIGURE=	yes

.include <bsd.port.mk>