aboutsummaryrefslogtreecommitdiff
path: root/devel/libmtrie/Makefile
blob: cf4e87fe66cdf4562019c0f9cd6136ca02bd00c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: alfred@FreeBSD.org

PORTNAME=	libmtrie
PORTVERSION=	1.0.3
CATEGORIES=	devel
MASTER_SITES=	http://rodrigo.osorio.free.fr/freebsd/distfiles/ \
		http://people.freebsd.org/~alfred/sources/${PORTNAME}/

MAINTAINER=	rodrigo@FreeBSD.org
COMMENT=	Library to build an IP-netmask based mtrie

LICENSE=	BSD2CLAUSE

USES=		tar:bzip2 uidfix
USE_LDCONFIG=	yes

.if defined(NO_PROFILE)
PLIST_SUB+=	HURRRR="@comment "
.else
PLIST_SUB+=	HURRRR=""
.endif

.include <bsd.port.mk>