freebsd-ports/graphics/mypaint/Makefile
Dmitry Marakasov cef30e8567 - Update to 0.5.1
- Pass maintainership to submitter

PR:		128965
Submitted by:	Chess Griffin <chess at chessgriffin dot com>
2008-11-18 17:12:14 +00:00

23 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.1
CATEGORIES= graphics
MASTER_SITES= http://people.ee.ethz.ch/~mrenold/mypaint/ CENKES
MAINTAINER= chess@chessgriffin.com
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>