freebsd-ports/sysutils/pmt/Makefile
Muhammad Moinur Rahman 44136f89d6
sysutils/pmt: Update LICENSE to GPLv2+
This is mentioned in the source codes.
2024-01-19 16:14:13 +01:00

26 lines
614 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 && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=strict-prototypes
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pmt ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.post.mk>