openbsd-ports/graphics/iview/Makefile

32 lines
695 B
Makefile
Raw Normal View History

2010-11-17 03:05:12 -05:00
# $OpenBSD: Makefile,v 1.12 2010/11/17 08:05:14 espie Exp $
COMMENT= image viewer for X
VERSION= 1.4
DISTNAME= iview-${VERSION}
2010-11-09 13:22:26 -05:00
REVISION = 0
CATEGORIES= graphics x11
HOMEPAGE= http://math.smsu.edu/~erik/software.php?id=63
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://math.smsu.edu/~erik/files/
2010-11-09 13:22:26 -05:00
WANTLIB= SDL X11 Xext c m pthread pthread-stubs usbhid xcb SDL_image
2010-11-17 03:05:12 -05:00
LIB_DEPENDS= devel/sdl-image
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
SEPARATE_BUILD= concurrent
AUTOCONF_VERSION=2.13
2002-05-25 22:17:31 -04:00
CONFIGURE_STYLE= autoconf
CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib"
.include <bsd.port.mk>