2001-10-10 15:11:49 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2001/10/10 19:11:49 brad Exp $
|
|
|
|
|
|
|
|
COMMENT= "image viewer similar to ACDSee for Windows"
|
2000-12-13 11:14:05 -05:00
|
|
|
|
|
|
|
DISTNAME= gtksee-0.5.0
|
2001-04-22 17:45:18 -04:00
|
|
|
CATEGORIES= graphics
|
2001-10-10 15:11:49 -04:00
|
|
|
NEED_VERSION= 1.460
|
2000-12-13 11:14:05 -05:00
|
|
|
|
2001-10-10 15:11:49 -04:00
|
|
|
#HOMEPAGE= http://hotaru.clinuxworld.com/gtksee/
|
2001-04-22 17:45:18 -04:00
|
|
|
|
2000-12-13 11:14:05 -05:00
|
|
|
MAINTAINER= Joshua Stein <jcs@rt.fm>
|
|
|
|
|
|
|
|
MASTER_SITES= ftp://rt.fm/pub/gtksee/ \
|
|
|
|
ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
LIB_DEPENDS= gtk.1::x11/gtk+ \
|
|
|
|
jpeg.62::graphics/jpeg \
|
|
|
|
tiff.35::graphics/tiff \
|
2001-05-30 20:43:10 -04:00
|
|
|
png.2::graphics/png
|
2000-12-13 11:14:05 -05:00
|
|
|
RUN_DEPENDS= bzip::archivers/bzip \
|
|
|
|
bzip2::archivers/bzip2
|
|
|
|
|
2001-03-17 10:53:41 -05:00
|
|
|
SEPARATE_BUILD= concurrent
|
2000-12-13 11:14:05 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-05-30 20:43:10 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2001-04-22 17:45:18 -04:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
2001-05-30 20:43:10 -04:00
|
|
|
--with-im-libs="${PREFIX}/lib" \
|
|
|
|
--with-im-incs="${PREFIX}/include"
|
2001-04-22 17:45:18 -04:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@touch ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure
|
2000-12-13 11:14:05 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|