diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-20 07:00:07 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-20 07:00:07 +0800 |
commit | a03df4987f97705a5fe42f88b51a1bd6ac90e0e9 (patch) | |
tree | 7d0606b50c39568747543b0dd0e30646bdbc572a /x11/gnome-applets/Makefile | |
parent | 0af8a4748ae88023708176766da32651bafefce3 (diff) | |
download | marcuscom-ports-a03df4987f97705a5fe42f88b51a1bd6ac90e0e9.tar marcuscom-ports-a03df4987f97705a5fe42f88b51a1bd6ac90e0e9.tar.gz marcuscom-ports-a03df4987f97705a5fe42f88b51a1bd6ac90e0e9.tar.bz2 marcuscom-ports-a03df4987f97705a5fe42f88b51a1bd6ac90e0e9.tar.lz marcuscom-ports-a03df4987f97705a5fe42f88b51a1bd6ac90e0e9.tar.xz marcuscom-ports-a03df4987f97705a5fe42f88b51a1bd6ac90e0e9.tar.zst marcuscom-ports-a03df4987f97705a5fe42f88b51a1bd6ac90e0e9.zip |
Update to 2.7.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2488 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile new file mode 100644 index 000000000..db9c584dd --- /dev/null +++ b/x11/gnome-applets/Makefile @@ -0,0 +1,42 @@ +# 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.66 2004/06/29 04:51:38 adamw Exp $ +# + +PORTNAME= gnomeapplets2 +PORTVERSION= 2.7.0 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-applets/2.7 +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 \ + xklavier.8:${PORTSDIR}/x11/libxklavier + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_REINPLACE= yes +GNOME_DESKTOP_VERSION=2 +USE_GNOME= gnomehier gnomeprefix gnomehack intlhack gnomepanel \ + gstreamerplugins gail +USE_LIBTOOL_VER=15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" +PLIST_SUB= BATTERY="@comment " +.else +PLIST_SUB= BATTERY="" +.endif + +.include <bsd.port.post.mk> |