aboutsummaryrefslogtreecommitdiff
path: root/devel/dreampie/Makefile
blob: e7027ef38a12b94fd2c76ab0dc917aa8bf573a17 (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
25
26
27
28
# New ports collection makefile for:	dreampie
# Date created:			14 May 2010
# Whom:				Ju Pengfei <jupengfei@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	dreampie
PORTVERSION=	1.1.1
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	http://launchpadlibrarian.net/55587528/

MAINTAINER=	rm@FreeBSD.org
COMMENT=	DreamPie is a Python shell which is designed to be reliable and fun

LICENSE=	GPLv3

USE_GNOME=	pygtk2 pygtksourceview
USE_PYTHON=	yes
USE_PYDISTUTILS=yes

MAN1=		dreampie.1

pre-patch:
	@${REINPLACE_CMD} -e "s|share/man/man1|man/man1|" ${WRKSRC}/setup.py

.include <bsd.port.mk>