Update multimedia/emby-server to version 3.0.6070
[dports.git] / sysutils / gsmartcontrol / Makefile
1 # Created by: Pawel Pekala <c0rn@o2.pl>
2 # $FreeBSD$
3
4 PORTNAME=       gsmartcontrol
5 PORTVERSION=    0.8.7
6 PORTREVISION=   4
7 CATEGORIES=     sysutils
8 MASTER_SITES=   http://artificialtime.com/${PORTNAME}/
9
10 MAINTAINER=     pawel@FreeBSD.org
11 COMMENT=        Graphical user interface for smartmontools
12
13 LIB_DEPENDS=    libgtkmm-2.4.so:x11-toolkits/gtkmm24
14 RUN_DEPENDS=    bash:shells/bash \
15                 smartctl:sysutils/smartmontools
16
17 USES=           pkgconfig tar:bzip2 libtool
18 INSTALLS_ICONS= yes
19
20 GNU_CONFIGURE=  yes
21 CONFIGURE_ARGS= --disable-libglade
22
23 OPTIONS_DEFINE= DOCS
24
25 .include <bsd.port.mk>