mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
3eb64ea5c0
Port changes: * Change to DISTVERSION * Change MASTER_SITES to https * Update COMMENT * Add MANPREFIX fix to the patch PR: 227449 Submitted by: Aaron Baugher <aaron@baugher.biz> (maintainer)
19 lines
341 B
Makefile
19 lines
341 B
Makefile
# $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>
|