mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
35e99b1197
- Use autoreconf - Strip shared library
26 lines
451 B
Makefile
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>
|