freebsd-ports/cad/pythoncad/Makefile

30 lines
669 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: pythoncad
# Date created: Nov 11, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= pythoncad
PORTVERSION= 36
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://www.pythoncad.org/releases/
DISTNAME= PythonCAD-DS1-R${PORTVERSION}
MAINTAINER= fbsd-ports@xbsd.net
COMMENT= An open-source CAD package built designed around Python
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk2
USE_PYTHON= 2.2+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= PythonCAD
2007-07-30 20:20:01 +02:00
PYDISTUTILS_PKGVERSION= DS1-R${PORTVERSION}
post-install:
2005-01-17 04:10:52 +01:00
${INSTALL_SCRIPT} ${WRKSRC}/gtkpycad.py ${PREFIX}/bin/gtkpycad
.include <bsd.port.mk>