freebsd-ports/sysutils/gsmartcontrol/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

36 lines
782 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.5
PORTREVISION= 2
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:22
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>