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
|
2004-06-15 00:18:52 +02:00
|
|
|
PORTVERSION= 2.6.2
|
2002-05-02 05:44:57 +02:00
|
|
|
CATEGORIES= x11 gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2004-04-05 05:11:39 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-panel/2.6
|
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
|
2004-04-05 05:11:39 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack gnomedesktop \
|
|
|
|
libwnck
|
2003-04-21 09:36:03 +02:00
|
|
|
GNOME_DESKTOP_VERSION=2
|
2002-05-02 05:44:57 +02:00
|
|
|
USE_GMAKE= yes
|
2004-07-09 19:43:11 +02:00
|
|
|
USE_INC_LIBTOOL_VER=13
|
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
|
|
|
|
2004-04-05 05:11:39 +02:00
|
|
|
post-patch:
|
|
|
|
.for po in da.po it.po zh_TW.po
|
|
|
|
@${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po}
|
|
|
|
.endfor
|
|
|
|
|
2002-05-02 05:44:57 +02:00
|
|
|
.include <bsd.port.mk>
|