freebsd-ports/graphics/farbfeld/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>