blob: 15f6a9ec43e7aab6b70f79339df2491a252e1e85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
NO_STAGE= yes
.include <bsd.port.mk>
|