blob: 966f90ae69915627dc6c8604768d15ed7aa10349 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= sigar
PORTVERSION= 1.7.3
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= tj@FreeBSD.org
COMMENT= Sigar system information API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/NOTICE
USE_GITHUB= yes
GH_ACCOUNT= amishHammer
GH_TAGNAME= b5af695
GNU_CONFIGURE= yes
USES= autoreconf libtool pkgconfig
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|