aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/vp/Makefile
blob: 8267ff8a092026e453deb134f40f90b869a03af9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    iview
# Date created:         Apr 13, 2001
# Whom:             Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#

PORTNAME=   iview
PORTVERSION=    1.4
CATEGORIES= graphics
MASTER_SITES=   http://math.smsu.edu/~erik/files/

MAINTAINER= markp@FreeBSD.org

LIB_DEPENDS=    SDL_image.10:${PORTSDIR}/graphics/sdl_image

SDL_CONFIG?=    ${LOCALBASE}/bin/sdl11-config
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include"

MAN1=   iview.1

.include <bsd.port.mk>