1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/sigar/Makefile
Antoine Brodin 35e99b1197 - Add a plist
- Use autoreconf
- Strip shared library
2014-11-19 17:48:25 +00:00

26 lines
451 B
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= sigar
PORTVERSION= 1.7.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GH
MAINTAINER= tj@FreeBSD.org
COMMENT= Sigar system information API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/NOTICE
USE_GITHUB= yes
GH_ACCOUNT= amishHammer
GH_COMMIT= b5af695
GH_TAGNAME= ${GH_COMMIT}
GNU_CONFIGURE= yes
USES= autoreconf libtool pkgconfig
INSTALL_TARGET= install-strip
.include <bsd.port.mk>