freebsd-ports/graphics/pikopixel/Makefile
David Chisnall 84306b8982 Add port for PikoPixel
Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D3697
2015-09-19 10:58:54 +00:00

21 lines
458 B
Makefile

# Created by: theraven@FreeBSD.org
# $FreeBSD$
PORTNAME= pikopixel
PORTVERSION= 0.9
CATEGORIES= graphics gnustep
MASTER_SITES= http://twilightedge.com/downloads/
DISTNAME= PikoPixel1.0b5.Sources
WRKSRC_SUBDIR= PikoPixel
MAINTAINER= theraven@FreeBSD.org
COMMENT= Application for drawing & editing pixel-art images.
LICENSE= AGPLv3
LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE_agpl-3.0.txt
USES= gnustep zip
USE_GNUSTEP= gui build
.include <bsd.port.mk>