mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
e59c88cece
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
38 lines
1010 B
Makefile
38 lines
1010 B
Makefile
# Created by: Pawel Pekala <c0rn@o2.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gsmartcontrol
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 1
|
|
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>
|