1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/graphics/farbfeld/Makefile
Renato Botelho db38494759 graphics/farbfeld: Move manpages to share/man
Approved by:	portmgr (blanket)
2024-01-18 15:05:05 -03:00

19 lines
387 B
Makefile

PORTNAME= farbfeld
DISTVERSION= 4
PORTREVISION= 2
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
WWW= https://tools.suckless.org/farbfeld/
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpng.so:graphics/png
USES= jpeg
.include <bsd.port.mk>