16 lines
328 B
Makefile
16 lines
328 B
Makefile
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>
|