freebsd-ports/sysutils/gsmartcontrol/Makefile
Tijl Coosemans 1b6b6d972f Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:26:09 +00:00

25 lines
543 B
Makefile

# Created by: Pawel Pekala <c0rn@o2.pl>
# $FreeBSD$
PORTNAME= gsmartcontrol
PORTVERSION= 0.8.7
PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://artificialtime.com/${PORTNAME}/
MAINTAINER= pawel@FreeBSD.org
COMMENT= Graphical user interface for smartmontools
LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24
RUN_DEPENDS= bash:shells/bash \
smartctl:sysutils/smartmontools
USES= pkgconfig tar:bzip2 libtool
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-libglade
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>