1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/libmtrie/Makefile
Martin Wilke ffe9630b58 - Unbreak build
Reported by:	pointyhat
2013-03-27 09:20:14 +00:00

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>