freebsd-ports/graphics/pikopixel/Makefile
Alexey Dokuchaev 17342290d7 - Remove trailing dot in COMMENT and/or reword it accordingly
- Prefer standard option descriptions, and trim one long line
2016-10-28 16:00:45 +00:00

21 lines
459 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 and 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>