mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
21 lines
349 B
Makefile
21 lines
349 B
Makefile
# Created by: Mark Pulford <mark@kyne.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vp
|
|
PORTVERSION= 1.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://elfga.com/~erik/files/
|
|
|
|
MAINTAINER= erik@elfga.com
|
|
COMMENT= Image viewer for X
|
|
|
|
GNU_CONFIGURE= yes
|
|
LIBS+= -lm
|
|
USES= tar:xz
|
|
USE_SDL= image
|
|
|
|
PLIST_FILES= bin/vp man/man1/vp.1.gz
|
|
|
|
.include <bsd.port.mk>
|