freebsd-ports/misc/gkrellmfmonitor/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

33 lines
906 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
PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= # none
DISTNAME= fmonitor-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= GKrellM FMonitor plugin
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
PLIST_FILES= libexec/gkrellm/plugins/fmonitor.so
USE_X_PREFIX= yes
USE_GNOME= imlib
ALL_TARGET= fmonitor.so
CFLAGS+= -fPIC `${GTK_CONFIG} --cflags` `imlib-config --cflags-gdk`
MAKE_ARGS= CC="${CC} ${CFLAGS}" GTK_LIB="`${GTK_CONFIG} --libs`"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fmonitor.so ${PREFIX}/libexec/gkrellm/plugins
.include <bsd.port.mk>