diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-13 06:29:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-13 06:29:04 +0800 |
commit | 23f9085c7e6cb15f120c52f92ad3b34c598ec152 (patch) | |
tree | add35aaedf10bb932444675aa38459cf59e8f8cf /x11/gnomeapplets2/Makefile | |
parent | e48ce271c69772e6fb437e6e76968f8c51aef20c (diff) | |
download | marcuscom-ports-23f9085c7e6cb15f120c52f92ad3b34c598ec152.tar marcuscom-ports-23f9085c7e6cb15f120c52f92ad3b34c598ec152.tar.gz marcuscom-ports-23f9085c7e6cb15f120c52f92ad3b34c598ec152.tar.bz2 marcuscom-ports-23f9085c7e6cb15f120c52f92ad3b34c598ec152.tar.lz marcuscom-ports-23f9085c7e6cb15f120c52f92ad3b34c598ec152.tar.xz marcuscom-ports-23f9085c7e6cb15f120c52f92ad3b34c598ec152.tar.zst marcuscom-ports-23f9085c7e6cb15f120c52f92ad3b34c598ec152.zip |
Add gnomeapplets2-2.3.x.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@613 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomeapplets2/Makefile')
-rw-r--r-- | x11/gnomeapplets2/Makefile | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile new file mode 100644 index 000000000..89cab6c23 --- /dev/null +++ b/x11/gnomeapplets2/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: gnomeapplets2 +# Date created: 26th May 2000 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/x11/gnomeapplets2/Makefile,v 1.47 2003/04/06 21:18:39 marcus Exp $ +# + +PORTNAME= gnomeapplets2 +PORTVERSION= 2.3.1 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-applets/2.3 +DISTNAME= gnome-applets-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Applets components for the Gnome 2 Desktop Environment + +LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop2 + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_REINPLACE= yes +GNOME_DESKTOP_VERSION=2 +USE_GNOME= gnomehier gnomeprefix gnomehack gnomepanel gail +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +PLIST_SUB= BATTERY="@comment " +.else +PLIST_SUB= BATTERY="" +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.post.mk> |