freebsd-ports/sysutils/gsmartcontrol/Makefile
Martin Wilke c55582e081 GSmartControl is a graphical user interface for smartctl (from
sysutils/smartmontools port), which is a tool for querying and
controlling SMART (Self-Monitoring, Analysis, and Reporting
Technology) data on modern hard disk drives. It allows you to
inspect the drive's SMART data to determine its health, as well
as run various tests on it.

WWW:	http://gsmartcontrol.berlios.de

PR:		ports/133103
Submitted by:	Pawel Pekala <c0rn at o2.pl>
2009-03-27 21:53:43 +00:00

35 lines
766 B
Makefile

# New ports collection makefile for: gsmartcontrol
# Date created: 2009-03-25
# Whom: Pawel Pekala <c0rn@o2.pl>
#
# $FreeBSD$
#
PORTNAME= gsmartcontrol
PORTVERSION= 0.8.4
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_BERLIOS}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= c0rn@o2.pl
COMMENT= Graphical user interface for smartmontools
LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
pcre:${PORTSDIR}/devel/pcre
RUN_DEPENDS= ${LOCALBASE}/sbin/smartctl:${PORTSDIR}/sysutils/smartmontools
USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
USE_GNOME= pkgconfig
INSTALLS_ICONS= yes
MAN1= gsmartcontrol.1
CONFIGURE_ARGS= --disable-libglade
post-patch:
.if defined(NOPORTDOCS)
EXTRA_PATCHES+= ${PATCHDIR}/extra-Makefile.in
.endif
.include <bsd.port.mk>