freebsd-ports/graphics/seejpeg/Makefile
Tijl Coosemans ca2176f4ac Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:39:11 +00:00

23 lines
510 B
Makefile

# Created by: Donn Miller <dmmiller@cvzoom.net>
# $FreeBSD$
PORTNAME= seejpeg
PORTVERSION= 1.10
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SUNSITE/apps/graphics/viewers/svga
MAINTAINER= ports@FreeBSD.org
COMMENT= Console graphics viewer using the svga console graphics library
LIB_DEPENDS= libvga.so:graphics/svgalib
USES= gmake jpeg tar:tgz
ALL_TARGET= seejpeg
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/seejpeg man/man1/seejpeg.1.gz
.include <bsd.port.mk>