4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
19 lines
315 B
Makefile
19 lines
315 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= farbfeld
|
|
PORTVERSION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://dl.suckless.org/farbfeld/
|
|
|
|
MAINTAINER= aaron@baugher.biz
|
|
COMMENT= Lossless, uncompressed graphics format
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
USES= jpeg
|
|
|
|
.include <bsd.port.mk>
|