1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/graphics/vp/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

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>