2003-01-01 22:37:19 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2003/01/02 03:37:19 marcm Exp $
|
2001-09-13 17:38:02 -04:00
|
|
|
|
2001-09-18 16:28:53 -04:00
|
|
|
COMMENT= "GNOME control center"
|
2002-02-15 14:17:54 -05:00
|
|
|
|
2003-01-01 22:37:19 -05:00
|
|
|
DISTNAME= control-center-1.4.0.5
|
2001-10-07 16:55:10 -04:00
|
|
|
CATEGORIES= x11 x11/gnome
|
2002-02-15 14:17:54 -05:00
|
|
|
|
2002-09-20 04:15:15 -04:00
|
|
|
HOMEPAGE= http://www.gnome.org/
|
2003-01-01 22:37:19 -05:00
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
2001-09-13 17:38:02 -04:00
|
|
|
|
2002-09-20 04:15:15 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/control-center/1.4/}
|
2002-02-15 14:17:54 -05:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2001-10-07 16:55:10 -04:00
|
|
|
|
2002-03-23 01:24:49 -05:00
|
|
|
LIB_DEPENDS= gdk_pixbuf::graphics/gdk-pixbuf \
|
2003-01-01 22:37:19 -05:00
|
|
|
gnorba,gtkxmhtml::x11/gnome/libs \
|
2001-10-17 09:17:00 -04:00
|
|
|
gnomevfs.::x11/gnome/vfs
|
2001-10-07 16:55:10 -04:00
|
|
|
|
2002-11-29 23:51:38 -05:00
|
|
|
BUILD_DEPENDS= :scrollkeeper->=0.3.11:textproc/scrollkeeper
|
|
|
|
RUN_DEPENDS= :scrollkeeper->=0.3.11:textproc/scrollkeeper \
|
2001-11-30 04:18:42 -05:00
|
|
|
:gtk-engines->=0.12:x11/gtk-engines
|
2001-09-13 17:38:02 -04:00
|
|
|
|
2002-02-15 14:17:54 -05: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
|
2001-09-19 21:32:03 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-09-13 17:38:02 -04:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2002-02-15 14:17:54 -05:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
pre-build:
|
2002-03-02 10:45:50 -05:00
|
|
|
@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:
|
2001-09-20 14:53:54 -04:00
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/control-center; \
|
2002-02-15 14:17:54 -05:00
|
|
|
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/control-center/
|
2001-09-13 17:38:02 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|