openbsd-ports/x11/gnome/libgnomeui/Makefile

44 lines
1.2 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2007/04/23 16:38:45 steven Exp $
COMMENT= "user interface components for GNOME"
DISTNAME= libgnomeui-2.10.1
PKGNAME= ${DISTNAME}p3
SHARED_LIBS= gnomeui-2 1000.1
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
2006-06-13 09:19:08 -04:00
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xext \
2006-09-18 08:19:39 -04:00
Xrender art_lgpl_2 atk-1.0 audiofile bonobo-2 \
2004-12-15 08:57:55 -05:00
bonobo-activation c crypto esd fontconfig freetype gconf-2 \
2006-09-18 08:19:39 -04:00
gdk-x11-2.0 gdk_pixbuf-2.0 glade-2.0 glib-2.0 \
gmodule-2.0 gnome-2 gnomecanvas-2 gnomevfs-2 \
gobject-2.0 gthread-2.0 gtk-x11-2.0 jpeg m \
pango-1.0 pangoft2-1.0 pangocairo-1.0 \
2006-06-13 09:19:08 -04:00
popt pthread ssl xml2 z cairo glitz png
2005-05-24 18:02:44 -04:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeui/2.10/}
EXTRACT_SUFX= .tar.bz2
2004-08-10 06:56:42 -04:00
MODULES= devel/gettext
LIB_DEPENDS= bonoboui-2::x11/gnome/libbonoboui \
gnome-keyring::x11/gnome/keyring
2006-11-20 03:07:40 -05:00
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
.include <bsd.port.mk>