1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/misc/gkrellmfmonitor/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

34 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= 2
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>