aboutsummaryrefslogtreecommitdiff
path: root/graphics/farbfeld/Makefile
blob: 486867e3d37c0219392e7e4d73835dc85aa98178 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	farbfeld
DISTVERSION=	4
CATEGORIES=	graphics
MASTER_SITES=	https://dl.suckless.org/farbfeld/

MAINTAINER=	aaron@baugher.biz
COMMENT=	Lossless image format which is easy to parse, pipe and compress

LICENSE=	ISCL
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libpng.so:graphics/png

USES=		jpeg

.include <bsd.port.mk>