freebsd-ports/devel/drpython/Makefile
Sergey Matveychuk b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00

30 lines
828 B
Makefile

# New ports collection makefile for: drpython
# Date created: 2005-07-22
# Whom: vsevolod
#
# $FreeBSD$
#
PORTNAME= drpython
PORTVERSION= 3.10.13
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
MAINTAINER= vsevolod@FreeBSD.org
COMMENT= Highly customizable cross-platform ide to aid programming in Python
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wx-2.6-gtk2-ansi/wx/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython26
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
post-install:
@${ECHO} '#!/bin/sh' > ${WRKDIR}/drpython.sh
@${ECHO} '(cd ${PYTHONPREFIX_SITELIBDIR}/drpython && ${PYTHON_CMD} drpython.py)' >> ${WRKDIR}/drpython.sh
@${INSTALL_SCRIPT} ${WRKDIR}/drpython.sh ${PREFIX}/bin/drpython
.include <bsd.port.mk>