openbsd-ports/x11/gnome/controlcenter/Makefile

42 lines
1.1 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2003/01/02 03:37:19 marcm Exp $
2001-09-13 17:38:02 -04:00
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>
2001-09-13 17:38:02 -04:00
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
2001-09-13 17:38:02 -04:00
# GPL
2001-09-13 17:38:02 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
CONFIGURE_STYLE= gnu
2001-09-13 17:38:02 -04:00
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
2001-09-13 17:38:02 -04:00
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/control-center; \
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/control-center/
2001-09-13 17:38:02 -04:00
.include <bsd.port.mk>