openbsd-ports/x11/gnome/controlcenter/Makefile
marcm 5df59580ba Minor update to control-center. The biggest change is the removal of
the screensaver capplet in favor of using xscreensaver-demo directly.
Also, some UI tweaks from the Hand of Ximian.

Take MAINTAINER as well.
2003-01-02 03:37:19 +00:00

42 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.20 2003/01/02 03:37:19 marcm Exp $
COMMENT= "GNOME control center"
DISTNAME= control-center-1.4.0.5
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org/
MAINTAINER= Marc Matteo <marcm@openbsd.org>
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/control-center/1.4/}
EXTRACT_SUFX= .tar.bz2
LIB_DEPENDS= gdk_pixbuf::graphics/gdk-pixbuf \
gnorba,gtkxmhtml::x11/gnome/libs \
gnomevfs.::x11/gnome/vfs
BUILD_DEPENDS= :scrollkeeper->=0.3.11:textproc/scrollkeeper
RUN_DEPENDS= :scrollkeeper->=0.3.11:textproc/scrollkeeper \
:gtk-engines->=0.12:x11/gtk-engines
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
pre-build:
@cd ${WRKSRC}/control-center; ../xml-i18n-merge ../po gnomecc.desktop.in gnomecc.desktop -d -p
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/control-center; \
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/control-center/
.include <bsd.port.mk>