mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
22 lines
383 B
Makefile
22 lines
383 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: xsysstats
|
|
# Version required: 1.34
|
|
# Date created: 12 December 1994
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xsysstats1.34
|
|
PKGNAME= xsysstats-1.34
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= utilities
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xsysstats.1
|
|
|
|
.include <bsd.port.mk>
|