diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-10 11:21:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-10 11:21:25 +0800 |
commit | 4eef85d519560731cb6018a1f8191d4fe092641c (patch) | |
tree | 180454ed855971e8e06f7fa94fdeb641b6f323cb /sysutils/gnome-system-monitor/Makefile | |
parent | 437a0db93c38c72ed9eb9290230439024a05bb87 (diff) | |
download | marcuscom-ports-4eef85d519560731cb6018a1f8191d4fe092641c.tar marcuscom-ports-4eef85d519560731cb6018a1f8191d4fe092641c.tar.gz marcuscom-ports-4eef85d519560731cb6018a1f8191d4fe092641c.tar.bz2 marcuscom-ports-4eef85d519560731cb6018a1f8191d4fe092641c.tar.lz marcuscom-ports-4eef85d519560731cb6018a1f8191d4fe092641c.tar.xz marcuscom-ports-4eef85d519560731cb6018a1f8191d4fe092641c.tar.zst marcuscom-ports-4eef85d519560731cb6018a1f8191d4fe092641c.zip |
Add gnomesystemmonitor.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@39 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-monitor/Makefile')
-rw-r--r-- | sysutils/gnome-system-monitor/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile new file mode 100644 index 000000000..ecabd395f --- /dev/null +++ b/sysutils/gnome-system-monitor/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: gnomesystemmonitor +# Date created: 09 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/sysutils/gnomesystemmonitor/Makefile,v 1.40 2002/09/20 17:07:17 marcus Exp $ +# + +PORTNAME= gnomesystemmonitor +PORTVERSION= 2.0.2 +PORTREVISION= 1 +CATEGORIES= sysutils gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-system-monitor/2.0 +DISTNAME= gnome-system-monitor-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ + gtop-2.0.2:${PORTSDIR}/devel/libgtop2 \ + wnck-1.6:${PORTSDIR}/x11-toolkits/libwnck + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_REINPLACE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lutil" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> |