2005-03-13 09:25:55 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2005/03/13 14:25:55 alek Exp $
|
2002-05-22 21:01:11 -04:00
|
|
|
|
|
|
|
COMMENT= "Image viewer and browser for GNOME"
|
|
|
|
|
|
|
|
VERSION= 0.13
|
|
|
|
DISTNAME= gthumb-${VERSION}
|
2005-03-13 09:25:55 -05:00
|
|
|
PKGNAME= ${DISTNAME}p3
|
2002-05-22 21:01:11 -04:00
|
|
|
CATEGORIES= graphics x11
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gthumb/}
|
|
|
|
HOMEPAGE= http://gthumb.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-01-18 07:30:57 -05:00
|
|
|
WANTLIB= IIOP ORBit ORBitCosNaming ORBitutil SM X11 Xext Xi art_lgpl \
|
|
|
|
audiofile c esd freetype gconf-1 gconf-gtk-1 gdk gdk_imlib \
|
2005-01-28 06:36:04 -05:00
|
|
|
gdk_pixbuf glib gmodule gnome gnomesupport \
|
2005-01-18 07:30:57 -05:00
|
|
|
gnomeui gthread gtk iconv intl jpeg m oaf png pthread tiff \
|
|
|
|
ungif wrap xml z ICE
|
2002-05-22 21:01:11 -04:00
|
|
|
|
2002-05-31 16:48:24 -04:00
|
|
|
LIB_DEPENDS= bonobo,bonobox::x11/gnome/bonobo \
|
2002-05-22 21:01:11 -04:00
|
|
|
gnomevfs.::x11/gnome/vfs \
|
2004-12-09 12:26:59 -05:00
|
|
|
glade-gnome.4,glade.4:libglade-*-gnome:devel/libglade,gnome \
|
2005-03-13 09:25:55 -05:00
|
|
|
gnomeprint.::x11/gnome/print \
|
|
|
|
gnomecanvaspixbuf.1:gdk-pixbuf-gnome-*:graphics/gdk-pixbuf,-gnome
|
2002-05-22 21:01:11 -04:00
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
2002-09-23 10:44:41 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
|
2002-05-22 21:01:11 -04:00
|
|
|
LDFLAGS=-L${LOCALBASE}/lib
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|