freebsd-ports/devel/libmtrie/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

26 lines
530 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.
USE_LDCONFIG= yes
.if defined(NOPROFILE)
PLIST_SUB+= HURRRR="@comment "
.else
PLIST_SUB+= HURRRR=""
.endif
.include <bsd.port.mk>