17342290d7
- Prefer standard option descriptions, and trim one long line
21 lines
459 B
Makefile
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>
|