mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
ffe9630b58
Reported by: pointyhat
23 lines
448 B
Makefile
23 lines
448 B
Makefile
# Created by: 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= rodrigo@bebik.net
|
|
COMMENT= Library to build an IP-netmask based mtrie
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.if defined(NO_PROFILE)
|
|
PLIST_SUB+= HURRRR="@comment "
|
|
.else
|
|
PLIST_SUB+= HURRRR=""
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|