opnsense-ports/sysutils/sispmctl/Makefile
Franco Fichtner aaf334da48 */*: sync with upstream
Taken from: FreeBSD
2024-06-10 13:06:49 +02:00

29 lines
737 B
Makefile

PORTNAME= sispmctl
DISTVERSION= 4.12
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= CLI tool to manage USB controlled powerstrips produced by GEMBIRD LTD
WWW= https://sispmctl.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-webless \
-disable-static
CONFIGURE_ENV= LIBUSB_CFLAGS="-I/usr/include" \
LIBUSB_LIBS="-L/usr/lib -lusb"
PLIST_FILES= bin/sispmctl \
lib/libsispmctl.so \
lib/libsispmctl.so.0 \
lib/libsispmctl.so.0.2.3 \
share/man/man1/sispmctl.1.gz
.include <bsd.port.mk>