# New ports collection makefile for:	pmt
# Date created:		2010-01-05
# Whom:			Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD: ports/sysutils/pmt/Makefile,v 1.2 2010/01/06 18:46:09 glarkin Exp $
#

PORTNAME=	pmt
PORTVERSION=	0.2
CATEGORIES=	sysutils
MASTER_SITES=	http://hansmi.ch/download/pmt/ \
		LOCAL/glarkin

MAINTAINER=	glarkin@FreeBSD.org
COMMENT=	A small collection of filters which can be added to UNIX pipes

USE_BZIP2=	yes
USE_GMAKE=	yes

PLIST_FILES=	bin/pmt

do-install:
	@${CP} ${WRKSRC}/pmt ${PREFIX}/bin

.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800071
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-config.mak
.endif
.include <bsd.port.post.mk>
