freebsd-ports/graphics/vp/Makefile

25 lines
452 B
Makefile
Raw Normal View History

# New ports collection makefile for: vp
# Date created: Apr 13, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= vp
PORTVERSION= 1.7
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= http://bzflag.bz/~erik/files/
MAINTAINER= erik@smluc.org
2003-02-22 18:14:31 +01:00
COMMENT= An image viewer for X
USE_SDL= image
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
2003-02-22 18:14:31 +01:00
MAN1= vp.1
PLIST_FILES= bin/vp
.include <bsd.port.mk>