freebsd-ports/devel/libavl/Makefile
Wen Heping 686dfda80a - Trim Makefile headers
- Pass maintainership to submitter

PR:		175184
Submitted by:	Rodrigo (ros) OSORIO <rodrigo@bebik.net>
2013-01-12 12:07:59 +00:00

19 lines
336 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@bebik.net
COMMENT= A library for balanced binary trees
GNU_CONFIGURE= yes
INFO= avl
.include <bsd.port.mk>