# New ports collection makefile for:	vp
# Date created:			Apr 13, 2001
# Whom:				Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD: ports/graphics/vp/Makefile,v 1.22 2007/06/06 10:53:15 miwi Exp $
#

PORTNAME=	vp
PORTVERSION=	1.7
CATEGORIES=	graphics
MASTER_SITES=	http://math.missouristate.edu/~erik/files/

MAINTAINER=	erik@smluc.org
COMMENT=	An image viewer for X

USE_SDL=	image
USE_GETOPT_LONG=	yes
GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
		--x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

MAN1=		vp.1
PLIST_FILES=	bin/vp

.include <bsd.port.mk>
