2002-05-09 00:44:06 +02:00
|
|
|
# New ports collection makefile for: gnomeapplets2
|
2000-06-01 18:03:56 +02:00
|
|
|
# Date created: 26th May 2000
|
2002-05-09 00:44:06 +02:00
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2000-06-01 18:03:56 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-05-09 00:44:06 +02:00
|
|
|
PORTNAME= gnomeapplets2
|
2004-06-29 06:51:38 +02:00
|
|
|
PORTVERSION= 2.6.2
|
2000-06-01 18:03:56 +02:00
|
|
|
CATEGORIES= x11 gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2004-04-05 05:11:39 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-applets/2.6
|
2000-06-01 18:03:56 +02:00
|
|
|
DISTNAME= gnome-applets-${PORTVERSION}
|
2002-05-09 00:44:06 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
2000-06-01 18:03:56 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-05-19 08:45:24 +02:00
|
|
|
COMMENT= Applets components for the Gnome 2 Desktop Environment
|
2000-06-01 18:03:56 +02:00
|
|
|
|
2004-04-05 05:11:39 +02:00
|
|
|
LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop2 \
|
|
|
|
xklavier.8:${PORTSDIR}/x11/libxklavier
|
2000-06-01 18:03:56 +02:00
|
|
|
|
2002-05-09 00:44:06 +02:00
|
|
|
USE_BZIP2= yes
|
2000-06-01 18:03:56 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2004-04-05 05:11:39 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-04-06 23:18:39 +02:00
|
|
|
GNOME_DESKTOP_VERSION=2
|
2004-06-15 07:32:53 +02:00
|
|
|
USE_GNOME= gnomehier gnomeprefix gnomehack intlhack lthack gnomepanel \
|
|
|
|
gstreamerplugins gail
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER=13
|
2000-06-01 18:03:56 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-05-19 08:45:24 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-02-08 14:27:36 +01:00
|
|
|
|
2002-05-30 16:48:19 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} != "i386"
|
2004-04-05 05:11:39 +02:00
|
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC"
|
2004-06-15 08:22:41 +02:00
|
|
|
PLIST_SUB= BATTERY="@comment "
|
2002-05-30 16:48:19 +02:00
|
|
|
.else
|
2004-06-15 08:22:41 +02:00
|
|
|
PLIST_SUB= BATTERY=""
|
2002-05-30 16:48:19 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|