1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/graphics/vp/Makefile
Guido Falsi f014bdec6c - Update to 1.8
- Update maintainer's email
- Use xz compressed distfile
- While here, trim Makefile headers

PR:		ports/172176
Submitted by:	Erik Greenwald <erik@bz.bzflag.bz> (maintainer)
Approved by:	crees, tabthorpe (mentors, implicit)
2012-10-01 10:37:26 +00:00

20 lines
318 B
Makefile

# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$
PORTNAME= vp
PORTVERSION= 1.8
CATEGORIES= graphics
MASTER_SITES= http://elfga.com/~erik/files/
MAINTAINER= erik@elfga.com
COMMENT= An image viewer for X
USE_SDL= image
GNU_CONFIGURE= yes
USE_XZ= yes
MAN1= vp.1
PLIST_FILES= bin/vp
.include <bsd.port.mk>