mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
24 lines
413 B
Makefile
24 lines
413 B
Makefile
# Created by: Tom Judge <tj@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sigar
|
|
PORTVERSION= 1.7.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= ports@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>
|