mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
bb730df583
PR: ports/148305 Submitted by: Ju Pengfei <jupengfei@gmail.com> (maintainer) Feature safe: yes
26 lines
560 B
Makefile
26 lines
560 B
Makefile
# New ports collection makefile for: dreampie
|
|
# Date created: 14 May 2010
|
|
# Whom: Ju Pengfei <jupengfei@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dreampie
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://launchpadlibrarian.net/50723402/
|
|
|
|
MAINTAINER= jupengfei@gmail.com
|
|
COMMENT= DreamPie is a Python shell which is designed to be reliable and fun
|
|
|
|
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>
|