mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
27 lines
532 B
Makefile
27 lines
532 B
Makefile
# 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= alfred@FreeBSD.org
|
|
COMMENT= A library to build an IP-netmask based mtrie.
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.if defined(NOPROFILE)
|
|
PLIST_SUB+= HURRRR="@comment "
|
|
.else
|
|
PLIST_SUB+= HURRRR=""
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|