17b9b9f827
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
21 lines
475 B
Makefile
21 lines
475 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sblim-wbemcli
|
|
PORTVERSION= 1.6.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= SF/sblim/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= CLI for Web Based Enterprise Management by SBLIM
|
|
|
|
BUILD_DEPENDS= libwww-config:${PORTSDIR}/www/libwww
|
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
|
|
|
USES= tar:bzip2
|
|
GNU_CONFIGURE= YES
|
|
CPPFLAGS+= -I${PREFIX}/include
|
|
LDFLAGS+= -L${PREFIX}/lib
|
|
MAKE_ARGS= RM="${RM} -f"
|
|
|
|
.include <bsd.port.mk>
|