2002-05-02 05:44:57 +02:00
|
|
|
# New ports collection makefile for: gnomepanel
|
|
|
|
# Date created: 27 April 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomepanel
|
2003-05-16 07:38:12 +02:00
|
|
|
PORTVERSION= 2.2.2
|
2002-05-02 05:44:57 +02:00
|
|
|
CATEGORIES= x11 gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-02-07 19:42:25 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-panel/2.2
|
2002-05-02 05:44:57 +02:00
|
|
|
DISTNAME= gnome-panel-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-05-16 07:38:12 +02:00
|
|
|
COMMENT= Panel component for the GNOME 2 Desktop
|
2002-05-02 05:44:57 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2002-10-14 02:23:12 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-02-07 19:42:25 +01:00
|
|
|
USE_X_PREFIX= yes
|
2002-06-26 11:18:37 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-04-21 09:36:03 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomehier libwnck gnomedesktop
|
|
|
|
GNOME_DESKTOP_VERSION=2
|
2002-05-02 05:44:57 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
2002-07-30 22:21:07 +02:00
|
|
|
CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \
|
2002-05-02 05:44:57 +02:00
|
|
|
--with-kde-docdir=${LOCALBASE}/share/doc
|
2002-05-23 01:06:48 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
2003-05-16 07:38:12 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-05-03 17:49:25 +02:00
|
|
|
|
2002-07-30 22:21:07 +02:00
|
|
|
MAN1= gnome-panel.1 gnome-panel-preferences.1
|
2002-05-02 05:44:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|