ports/sysutils/pmt/Makefile
Rene Ladan 4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00

26 lines
527 B
Makefile

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 <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=strict-prototypes
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pmt ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.post.mk>