1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/sysutils/sispmctl/Makefile
Rodrigo Osorio 0ee1d83007 sysutils/sispmctl: Fix port issues
* Disable sispmctl webserver capabilities
 * Don't install static library from configure
 * Fix COMMENT
 * Use DISTVERSION instead of PORTVERSION
 * Use PLIST_FILES instead of pkg-plist

Reported by:	diizzy
2023-07-30 00:23:11 +02:00

28 lines
685 B
Makefile

PORTNAME= sispmctl
DISTVERSION= 4.11
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
CONFIGURE_ARGS= -disable-static --disable-webless
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.2 \
man/man1/sispmctl.1.gz
.include <bsd.port.mk>