blob: f654214ae6f0407ce5af697af01d1057b9841969 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $FreeBSD$
PORTNAME= sblim-wbemcli
PORTVERSION= 1.6.1
PORTREVISION= 2
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= curl:${PORTSDIR}/ftp/curl
USE_BZIP2= YES
GNU_CONFIGURE= YES
CPPFLAGS+= -I${PREFIX}/include
LDFLAGS+= -L${PREFIX}/lib
MAKE_ARGS= RM="${RM} -f"
MAN1= wbemcli.1
NO_STAGE= yes
.include <bsd.port.mk>
|