1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-01-05 01:28:07 +00:00
parent f3ff288d19
commit e7c9a13e1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338737

View File

@ -12,18 +12,9 @@ COMMENT= Network Performance Meter
GNU_CONFIGURE= yes
USES= gmake
PLIST_FILES= bin/netperfmeter
MAN1= netperfmeter.1
PLIST_FILES= bin/netperfmeter \
man/man1/netperfmeter.1.gz
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
IGNORE= not supported on systems earlier than 7.x
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>