mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
21 lines
353 B
Makefile
21 lines
353 B
Makefile
# Created by: Mark Pulford <mark@kyne.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vp
|
|
PORTVERSION= 1.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://elfga.com/~erik/files/
|
|
|
|
MAINTAINER= erik@elfga.com
|
|
COMMENT= Image viewer for X
|
|
|
|
GNU_CONFIGURE= yes
|
|
LIBS+= -lm
|
|
USES= sdl tar:xz
|
|
USE_SDL= image
|
|
|
|
PLIST_FILES= bin/vp man/man1/vp.1.gz
|
|
|
|
.include <bsd.port.mk>
|