freebsd-ports/net-mgmt/sblim-wbemcli/Makefile
Tijl Coosemans 61b6b4348f Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:01:31 +00:00

21 lines
448 B
Makefile

# $FreeBSD$
PORTNAME= sblim-wbemcli
PORTVERSION= 1.6.1
PORTREVISION= 4
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:www/libwww
LIB_DEPENDS= libcurl.so:ftp/curl
USES= tar:bzip2
GNU_CONFIGURE= YES
CPPFLAGS+= -I${PREFIX}/include
LDFLAGS+= -L${PREFIX}/lib
MAKE_ARGS= RM="${RM}"
.include <bsd.port.mk>