freebsd-ports/sysutils/gsmartcontrol/Makefile
Pawel Pekala f2904b6af8 - Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
2013-08-29 15:01:46 +00:00

35 lines
729 B
Makefile

# Created by: Pawel Pekala <c0rn@o2.pl>
# $FreeBSD$
PORTNAME= gsmartcontrol
PORTVERSION= 0.8.7
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://artificialtime.com/${PORTNAME}/
MAINTAINER= pawel@FreeBSD.org
COMMENT= Graphical user interface for smartmontools
LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
smartctl:${PORTSDIR}/sysutils/smartmontools
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
USES= pkgconfig
INSTALLS_ICONS= yes
MAN1= gsmartcontrol.1
CONFIGURE_ARGS= --disable-libglade
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-patch:
.if !${PORT_OPTIONS:MDOCS}
EXTRA_PATCHES+= ${PATCHDIR}/extra-Makefile.in
.endif
.include <bsd.port.mk>