ports/sysutils/sispmctl/Makefile
Rodrigo Osorio a85d7ce8b8 sysutils/sispmctl: update to 4.12
Major changes:
  * snapcraft: use local source for building
  * Mention /etc/sispmctl/password in man-page
  * Add favicon.ico
  * Always use original control data for libusb calls
2024-06-09 15:29:29 +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>