1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/sysutils/pmt/Makefile
Martin Wilke 7a21dec23d - Convert gmake,bzip2,xz to USES
Approved by:	portmgr
2014-05-29 11:20:14 +00:00

27 lines
538 B
Makefile

# 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= ports@FreeBSD.org
COMMENT= Small collection of filters which can be added to UNIX pipes
USES= gmake tar:bzip2
PLIST_FILES= bin/pmt
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800071
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config.mak
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pmt ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.post.mk>