to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
20 lines
349 B
Makefile
20 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>
|