blob: 45ce98a38109294fd65f5c475d97d8914c4c41e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: mypaint
# Date created: 12 June 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mypaint
PORTVERSION= 0.5.0
PORTREVISION= 1
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>
|