summaryrefslogtreecommitdiffstats
path: root/devel/libmtrie/Makefile
blob: 3b3600ab395ffbb8b5385e0ac84bae5a2b8678d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	libmtrie
# Date created:				07 May 2003
# Whom:					alfred@freebsd.org
#
# $FreeBSD$
#

PORTNAME=	libmtrie
PORTVERSION=	1.0.3
CATEGORIES=	devel
MASTER_SITES=	http://people.freebsd.org/~alfred/sources/$(PORTNAME)/
DISTNAME=	$(PORTNAME)-${PORTVERSION}
USE_BZIP2=	yes

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A library to build an IP-netmask based mtrie.

USE_LDCONFIG= yes

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

.include <bsd.port.mk>
OpenPOWER on IntegriCloud