mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
381 B
Makefile
22 lines
381 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: xsysstats
|
|
# Date created: 12 December 1994
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xsysstats
|
|
PORTVERSION= 1.34
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= utilities
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xsysstats.1
|
|
|
|
.include <bsd.port.mk>
|