- Add a plist
- Use autoreconf - Strip shared library
This commit is contained in:
parent
69eb066271
commit
35e99b1197
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372801
2 changed files with 15 additions and 6 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= sigar
|
||||
PORTVERSION= 1.7.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GH
|
||||
|
||||
|
@ -17,12 +18,8 @@ GH_ACCOUNT= amishHammer
|
|||
GH_COMMIT= b5af695
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
|
||||
WRKSRC= ${WRKDIR}/amishHammer-sigar-${GH_COMMIT}
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= autoconf automake aclocal libtoolize
|
||||
USES= libtool pkgconfig
|
||||
|
||||
run-autotools:
|
||||
@(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${SH} ./autogen.sh)
|
||||
USES= autoreconf libtool pkgconfig
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
12
devel/sigar/pkg-plist
Normal file
12
devel/sigar/pkg-plist
Normal file
|
@ -0,0 +1,12 @@
|
|||
include/sigar.h
|
||||
include/sigar_fileinfo.h
|
||||
include/sigar_format.h
|
||||
include/sigar_getline.h
|
||||
include/sigar_log.h
|
||||
include/sigar_private.h
|
||||
include/sigar_ptql.h
|
||||
include/sigar_util.h
|
||||
lib/libsigar.a
|
||||
lib/libsigar.so
|
||||
lib/libsigar.so.0
|
||||
lib/libsigar.so.0.0.0
|
Loading…
Reference in a new issue