2002-04-15 20:38:18 +02:00
|
|
|
# New ports collection makefile for: libredblack
|
|
|
|
# Date created: 15 April 2002
|
|
|
|
# Whom: smace@freebsd.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libredblack
|
2002-10-10 02:20:36 +02:00
|
|
|
PORTVERSION= 1.2
|
2002-04-15 20:38:18 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= smace@freebsd.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Library that provides the red-black balanced tree algorithm
|
2002-04-15 20:38:18 +02:00
|
|
|
|
|
|
|
MAN3= rbcloselist.3 rbdelete.3 rbdestroy.3 rbfind.3 rbinit.3 rblookup.3 \
|
|
|
|
rbopenlist.3 rbreadlist.3 rbsearch.3 rbwalk.3
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|