freebsd-ports/devel/libmtrie/Makefile
Alfred Perlstein 76a7fd06ee Update to 1.0.3
2003-07-08 07:57:14 +00:00

26 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>