openbsd-ports/graphics/gtksee/Makefile

32 lines
839 B
Makefile

# $OpenBSD: Makefile,v 1.22 2007/09/15 20:09:41 simon Exp $
COMMENT= image viewer similar to ACDSee for Windows
DISTNAME= gtksee-0.5.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_BERLIOS:=gtksee/}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xi c glib gmodule iconv intl m z
LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+ \
jpeg.>=62::graphics/jpeg \
tiff.>=35::graphics/tiff \
png.>=2::graphics/png
RUN_DEPENDS= :bzip-*:archivers/bzip \
:bzip2-*:archivers/bzip2
USE_X11= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--with-im-libs="${PREFIX}/lib" \
--with-im-incs="${PREFIX}/include"
.include <bsd.port.mk>