freebsd-ports/sysutils/gsmartcontrol/Makefile
Pawel Pekala 6e6ed024fb - Update to version 1.0.0
- Add LICENSE information, don't install license files, let them
  be handled by our licensing framework
- ADD RUN_DEPENDS on gnomesu which is needed for gaining
  superuser privileges required by the program at start

Changelog:
Version 1.0.0
Ported to GTK+ 3.

Version 0.9.0, released on 2017-05-11
Implemented (untested) support for Linux-based Areca controllers with
	enclosures.
Implemented (untested) support for Windows-based Areca controllers (thanks
	to Richard Kagerer).
Implemented (untested) support for Linux-based HP controllers with cciss
	and hpsa/hpahcisr drivers (thanks to Fabrice Bacchella).
Changes in Preferences no longer fail silently until rescan/restart.
Better drive detection under Windows after removable drives are detached.
Windows version is no longer marked as "dpi aware" since it's not
	supported that well.
Drive attribute descriptions have been updated (including clarifications
	for SSDs).
Added support for SSD-only and HDD-only vendor attributes.
Devices having only basic info can be displayed now in the info window.
Fixed BDRW drive detection (it was detected as a HDD).
Other minor improvements.
A number of issues have been fixed (including a crash).
2017-06-18 11:01:35 +00:00

36 lines
994 B
Makefile

# Created by: Pawel Pekala <c0rn@o2.pl>
# $FreeBSD$
PORTNAME= gsmartcontrol
PORTVERSION= 1.0.0
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
MAINTAINER= pawel@FreeBSD.org
COMMENT= Graphical user interface for smartmontools
LICENSE= BSD3CLAUSE BSL GPLv2 GPLv3 PD ZLIB
LICENSE_COMB= multi
LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE_bsd-ac.txt
LICENSE_FILE_BSL= ${WRKSRC}/LICENSE_boost_1_0.txt
LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE_gpl2.txt
LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE_gpl3.txt
LICENSE_FILE_PD= ${WRKSRC}/LICENSE_unlicense.txt
LICENSE_FILE_ZLIB= ${WRKSRC}/LICENSE_zlib.txt
LIB_DEPENDS= libpcre.so:devel/pcre
RUN_DEPENDS= bash:shells/bash \
gnomesu:security/libgnomesu \
smartctl:sysutils/smartmontools
USES= compiler:c++11-lang libtool pkgconfig tar:bzip2
USE_CXXSTD= c++11
USE_GNOME= atkmm cairo glibmm gtk30 gtkmm30 libsigc++20 pangomm
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-libglade
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>