openbsd-ports/graphics/iview/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

32 lines
656 B
Makefile

# $OpenBSD: Makefile,v 1.14 2012/03/29 13:38:31 sthen Exp $
COMMENT= image viewer for X
VERSION= 1.4
DISTNAME= iview-${VERSION}
REVISION = 1
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/
WANTLIB= SDL X11 c pthread SDL_image
LIB_DEPENDS= devel/sdl-image
USE_GROFF = Yes
SEPARATE_BUILD= Yes
AUTOCONF_VERSION=2.13
CONFIGURE_STYLE= autoconf
CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib"
.include <bsd.port.mk>