1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/graphics/farbfeld/Makefile
Yuri Victorovich 3eb64ea5c0 graphics/farbfeld: Update 3 -> 4
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)
2018-04-12 09:44:13 +00:00

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>