1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/graphics/mypaint/Makefile
Andrew Pantyukhin 9ad690c46b Add port graphics/mypaint:
MyPaint is a fast painting/scribbling program. It supports pressure
sensitive graphic tablets and comes with an easy to use brush
collection. There is a complex interface for creating your own brushes,
focusing on brush dynamics (changes with speed, pressure, or randomly).
The canvas size is unlimited and undo is supported, but not layers.

WWW: http://people.ee.ethz.ch/~mrenold/mypaint/
Author: Martin Renold <martinxyz@gmx.ch>
2007-06-12 18:01:31 +00:00

24 lines
486 B
Makefile

# New ports collection makefile for: mypaint
# Date created: 12 June 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mypaint
PORTVERSION= 0.5.0
CATEGORIES= graphics
MASTER_SITES= http://people.ee.ethz.ch/~mrenold/mypaint/ CENKES
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Fast painting/scribbling program
USE_BZIP2= yes
USE_GNOME= pygtk2
USE_GMAKE= yes
USE_PYTHON= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
.include <bsd.port.mk>