mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
f014bdec6c
- 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)
20 lines
318 B
Makefile
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>
|