blob: d419d436c8f5d705e3d23c0d4ecdd70863e5ab10 (
plain) (
blame)
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
27
28
29
|
# New ports collection makefile for: pmt
# Date created: 2010-01-05
# Whom: 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
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>
|