1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/seejpeg/Makefile
2017-12-23 13:05:37 +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>