opnsense-ports/sysutils/ioping/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
562 B
Makefile

# Created by: Oleg Ginzburg <olevole@olevole.ru>
# $FreeBSD$
PORTNAME= ioping
PORTVERSION= 0.8
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
MAINTAINER= olevole@olevole.ru
COMMENT= Simple disk I/0 latency measuring tool
LICENSE= GPLv3
PLIST_FILES= bin/ioping man/man1/ioping.1.gz
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -DVERSION=${PORTVERSION} ioping.c \
-o ioping ${LDFLAGS} -lm)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ioping ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ioping.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>