2006-01-19 12:22:42 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2006/01/19 17:22:42 steven Exp $
|
2003-01-31 13:45:49 -05:00
|
|
|
|
|
|
|
COMMENT= "GNOME control center"
|
|
|
|
|
2005-11-13 01:29:03 -05:00
|
|
|
VERSION= 2.10.2
|
2003-01-31 13:45:49 -05:00
|
|
|
DISTNAME= control-center-${VERSION}
|
2006-01-19 12:22:42 -05:00
|
|
|
PKGNAME= control-center2-${VERSION}p1
|
2006-01-10 01:04:53 -05:00
|
|
|
SHARED_LIBS= gnome-window-settings 1.0
|
2003-01-31 13:45:49 -05:00
|
|
|
CATEGORIES= x11 x11/gnome
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
|
2005-05-25 23:39:30 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/control-center/2.10/}
|
2003-01-31 13:45:49 -05:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2004-08-10 06:56:42 -04:00
|
|
|
MODULES= devel/gettext
|
2003-01-31 13:45:49 -05:00
|
|
|
|
2004-06-22 23:26:11 -04:00
|
|
|
LIB_DEPENDS= xklavier::x11/gnome/libxklavier \
|
|
|
|
metacity-private::x11/gnome/metacity \
|
2005-05-25 23:39:30 -04:00
|
|
|
nautilus-extension.1::x11/gnome/nautilus \
|
|
|
|
gstinterfaces-0.8.1.0::devel/gstreamer-plugins,minimal
|
2004-10-10 12:44:12 -04:00
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
|
|
|
|
:p5-XML-Parser-*:textproc/p5-XML-Parser
|
2005-05-25 23:39:30 -04:00
|
|
|
RUN_DEPENDS= ::devel/desktop-file-utils
|
2003-01-31 13:45:49 -05:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-05-25 23:39:30 -04:00
|
|
|
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xext Xft Xss \
|
2004-12-15 08:57:55 -05:00
|
|
|
Xinerama Xrandr Xrender Xxf86misc art_lgpl_2 atk-1.0.0.0 \
|
|
|
|
audiofile bonobo-2 bonobo-activation bonoboui-2 c crypto \
|
2005-05-25 23:39:30 -04:00
|
|
|
esd fontconfig freetype gconf-2 gnome-menu \
|
2004-12-15 08:57:55 -05:00
|
|
|
gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 glade-2.0.0.0 \
|
|
|
|
glib-2.0.0.0 gmodule-2.0.0.0 gnome-2 gnome-desktop-2 \
|
|
|
|
gnome-keyring gnomecanvas-2 gnomeui-2 gnomevfs-2 \
|
|
|
|
gobject-2.0.0.0 gthread-2.0.0.0 gtk-x11-2.0.0.0 jpeg m \
|
2006-01-19 12:22:42 -05:00
|
|
|
pango-1.0.0.0 pangoft2-1.0.0.0 pangox-1.0.0.0 \
|
2004-12-15 08:57:55 -05:00
|
|
|
pangoxft-1.0.0.0 popt pthread ssl startup-notification-1 \
|
2006-01-19 12:22:42 -05:00
|
|
|
xkbfile xml2 z gstreamer-0.8.5.0
|
2003-01-31 13:45:49 -05:00
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
USE_GMAKE= Yes
|
2005-05-25 23:39:30 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2004-10-17 00:41:19 -04:00
|
|
|
CONFIGURE_STYLE= gnu old
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}/gnome"
|
2003-01-31 13:45:49 -05:00
|
|
|
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/control-center2
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-10-07 01:48:53 -04:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
PKG_CONFIG_PATH="${LOCALBASE}/lib/pkgconfig:${X11BASE}/lib/pkgconfig"
|
2003-01-31 13:45:49 -05:00
|
|
|
|
2004-10-17 00:41:19 -04:00
|
|
|
post-install:
|
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/controlcenter2; \
|
|
|
|
cp -Rp ${WRKINST}/${SYSCONFDIR}/gnome/* ${PREFIX}/share/examples/controlcenter2/
|
2003-06-12 16:06:12 -04:00
|
|
|
|
2003-01-31 13:45:49 -05:00
|
|
|
.include <bsd.port.mk>
|