openbsd-ports/graphics/gtksee/Makefile

37 lines
922 B
Makefile
Raw Normal View History

2002-05-26 15:22:48 -04:00
# $OpenBSD: Makefile,v 1.13 2002/05/26 19:22:48 brad Exp $
COMMENT= "image viewer similar to ACDSee for Windows"
DISTNAME= gtksee-0.5.0
CATEGORIES= graphics
2002-05-26 15:22:48 -04:00
NEED_VERSION= 1.525
MAINTAINER= Joshua Stein <jcs@rt.fm>
MASTER_SITES= ftp://rt.fm/pub/gtksee/ \
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
2002-04-15 19:33:31 -04:00
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ \
2001-10-31 21:34:33 -05:00
jpeg.62::graphics/jpeg \
tiff.35::graphics/tiff \
png.2::graphics/png
2001-10-24 08:19:22 -04:00
RUN_DEPENDS= ::archivers/bzip \
::archivers/bzip2
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
2002-05-26 15:22:48 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2002-05-26 15:22:48 -04:00
CONFIGURE_ARGS+=--with-im-libs="${PREFIX}/lib" \
--with-im-incs="${PREFIX}/include"
post-patch:
@touch ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure
.include <bsd.port.mk>