429ff4d861
USE_GNOME= imlib directives.
31 lines
871 B
Makefile
31 lines
871 B
Makefile
# New ports collection makefile for: gkrellmfmonitor
|
|
# Date Created: 08 Sep 2002
|
|
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
|
#
|
|
# $FreeBSD$
|
|
# $Id: Makefile,v 1.2 2002/11/09 03:14:54 jylefort Exp $
|
|
#
|
|
|
|
PORTNAME= gkrellmfmonitor
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= misc
|
|
# the orignal master site is down
|
|
# MASTER_SITES= http://alice.nc.huji.ac.il/~arsen/
|
|
MASTER_SITES= http://www.comimpex.cz/support/LINUX/Programs/monitor/gkrellm/
|
|
DISTNAME= fmonitor-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jylefort@brutele.be
|
|
COMMENT= GKrellM FMonitor plugin
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= imlib
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/libexec/gkrellm/plugins
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fmonitor.so ${PREFIX}/libexec/gkrellm/plugins
|
|
|
|
.include <bsd.port.mk>
|