mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
- New LIB_DEPENDS syntax
- Add USES=libtool
This commit is contained in:
parent
b40a4ec35f
commit
3cb491a56c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360761
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= powerman
|
PORTNAME= powerman
|
||||||
PORTVERSION= 2.3.16
|
PORTVERSION= 2.3.16
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= sysutils parallel
|
CATEGORIES= sysutils parallel
|
||||||
MASTER_SITES= GOOGLE_CODE
|
MASTER_SITES= GOOGLE_CODE
|
||||||
|
|
||||||
@ -12,9 +12,9 @@ COMMENT= Tool for doing remote power control
|
|||||||
|
|
||||||
LICENSE= GPLv2 # (or later)
|
LICENSE= GPLv2 # (or later)
|
||||||
|
|
||||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
||||||
|
|
||||||
USES= perl5
|
USES= libtool perl5
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-httppower --localstatedir=${DESTDIR}/var \
|
CONFIGURE_ARGS= --with-httppower --localstatedir=${DESTDIR}/var \
|
||||||
|
@ -55,9 +55,9 @@ bin/powerman
|
|||||||
%%ETCDIR%%/wti.dev
|
%%ETCDIR%%/wti.dev
|
||||||
include/libpowerman.h
|
include/libpowerman.h
|
||||||
lib/libpowerman.a
|
lib/libpowerman.a
|
||||||
lib/libpowerman.la
|
|
||||||
lib/libpowerman.so
|
lib/libpowerman.so
|
||||||
lib/libpowerman.so.0
|
lib/libpowerman.so.0
|
||||||
|
lib/libpowerman.so.0.0.0
|
||||||
lib/stonith/plugins/external/powerman
|
lib/stonith/plugins/external/powerman
|
||||||
libdata/pkgconfig/libpowerman.pc
|
libdata/pkgconfig/libpowerman.pc
|
||||||
sbin/httppower
|
sbin/httppower
|
||||||
|
Loading…
Reference in New Issue
Block a user