mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
43b0eb0cb0
Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin
27 lines
536 B
Makefile
27 lines
536 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= A small collection of filters which can be added to UNIX pipes
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
|
|
PLIST_FILES= bin/pmt
|
|
|
|
NO_STAGE= yes
|
|
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>
|