summaryrefslogtreecommitdiffstats
path: root/sysutils/pmt/Makefile
blob: c3d6f0ddd43b6d6124a7caf198753de6aacf0627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$

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

NO_STAGE=	yes
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>
OpenPOWER on IntegriCloud