openbsd-ports/graphics/gtksee/Makefile
2004-11-30 01:06:33 +00:00

31 lines
840 B
Makefile

# $OpenBSD: Makefile,v 1.17 2004/11/30 01:06:36 espie Exp $
COMMENT= "image viewer similar to ACDSee for Windows"
DISTNAME= gtksee-0.5.0
CATEGORIES= graphics
MASTER_SITES= http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
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
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>