mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
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
29 lines
737 B
Makefile
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>
|