PORTNAME= pmt PORTVERSION= 0.2 CATEGORIES= sysutils MASTER_SITES= http://hansmi.ch/download/pmt/ \ LOCAL/glarkin MAINTAINER= bofh@FreeBSD.org COMMENT= Small collection of filters which can be added to UNIX pipes WWW= https://hansmi.ch/software/pipe-magic-tools LICENSE= GPLv2+ USES= gmake tar:bzip2 PLIST_FILES= bin/pmt .include .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=strict-prototypes .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pmt ${STAGEDIR}${PREFIX}/bin .include