1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/sigar/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

24 lines
410 B
Makefile

# 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>