openbsd-ports/x11/gnome/libgnome/Makefile

45 lines
1.3 KiB
Makefile
Raw Normal View History

2005-05-24 17:57:26 -04:00
# $OpenBSD: Makefile,v 1.12 2005/05/24 21:57:26 marcm Exp $
COMMENT= "libraries for the GNOME project"
2005-05-24 17:57:26 -04:00
DISTNAME= libgnome-2.10.0
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-15 08:57:55 -05:00
WANTLIB= ORBit-2 ORBitCosNaming-2 bonobo-2 bonobo-activation c \
crypto gconf-2 glib-2.0.0.0 gmodule-2.0.0.0 \
gobject-2.0.0.0 gthread-2.0.0.0 m popt pthread ssl \
xml2 z
2005-05-24 17:57:26 -04:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnome/2.10/}
EXTRACT_SUFX= .tar.bz2
2004-08-10 06:56:42 -04:00
MODULES= devel/gettext
2004-10-09 10:46:12 -04:00
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
:p5-XML-Parser-*:textproc/p5-XML-Parser
LIB_DEPENDS= esd.2.26::audio/esound \
gnomevfs-2::x11/gnome/vfs2 \
audiofile::devel/libaudiofile
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu old
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
2004-10-17 00:41:19 -04:00
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}/gnome"
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/libgnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/libgnome; \
2004-10-17 00:41:19 -04:00
cp -Rp ${WRKINST}/${SYSCONFDIR}/gnome/* ${PREFIX}/share/examples/libgnome/
.include <bsd.port.mk>