freebsd-ports/graphics/mypaint/Makefile

35 lines
895 B
Makefile
Raw Normal View History

# New ports collection makefile for: mypaint
# Date created: 12 June 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mypaint
2010-03-16 04:23:28 +01:00
PORTVERSION= 0.8.2
PORTREVISION= 1
CATEGORIES= graphics
2009-06-17 01:45:00 +02:00
MASTER_SITES= http://download.gna.org/mypaint/ \
http://mirror.amdmi3.ru/distfiles/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Fast painting/scribbling program
2010-02-01 16:42:16 +01:00
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
${PYTHON_PKGNAMEPREFIX}protobuf>0:${PORTSDIR}/devel/py-protobuf
BUILD_DEPENDS:= ${RUN_DEPENDS} \
swig:${PORTSDIR}/devel/swig13 \
protoc:${PORTSDIR}/devel/protobuf
2009-06-17 01:45:00 +02:00
USE_BZIP2= yes
2009-06-17 01:45:00 +02:00
USE_GNOME= glib20 pygtk2
USE_PYTHON= yes
2009-06-17 01:45:00 +02:00
USE_SCONS= yes
SCONS_ARGS= prefix="${PREFIX}"
2010-02-01 16:42:16 +01:00
post-install:
# scons won't install icons if ${PREFIX}/share/icons already exists
cd ${WRKSRC}/desktop && ${COPYTREE_SHARE} 'icons' ${PREFIX}/share
.include <bsd.port.mk>