mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
25 lines
503 B
Makefile
25 lines
503 B
Makefile
PORTNAME= devstat
|
|
PORTVERSION= 0.3.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= trociny@FreeBSD.org
|
|
COMMENT= Utility to display device statistics
|
|
WWW= http://devstat.googlecode.com/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= trociny
|
|
|
|
MAKE_ENV+= NO_OBJ=yes
|
|
|
|
PLIST_FILES= bin/devstat \
|
|
share/man/man8/devstat.8.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/devstat ${STAGEDIR}${PREFIX}/bin/
|
|
${INSTALL_MAN} ${WRKSRC}/devstat.8 ${STAGEDIR}${PREFIX}/share/man/man8
|
|
|
|
.include <bsd.port.mk>
|