2016-02-28 15:53:05 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= farbfeld
|
2018-04-12 11:44:13 +02:00
|
|
|
DISTVERSION= 4
|
2016-02-28 15:53:05 +01:00
|
|
|
CATEGORIES= graphics
|
2018-04-12 11:44:13 +02:00
|
|
|
MASTER_SITES= https://dl.suckless.org/farbfeld/
|
2016-02-28 15:53:05 +01:00
|
|
|
|
|
|
|
MAINTAINER= aaron@baugher.biz
|
2018-04-12 11:44:13 +02:00
|
|
|
COMMENT= Lossless image format which is easy to parse, pipe and compress
|
2016-02-28 15:53:05 +01:00
|
|
|
|
|
|
|
LICENSE= ISCL
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
2016-02-28 15:53:05 +01:00
|
|
|
|
|
|
|
USES= jpeg
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|