add pythoncad release 10
An open-source CAD package built designed around Python
This commit is contained in:
26
cad/pythoncad/Makefile
Normal file
26
cad/pythoncad/Makefile
Normal file
@@ -0,0 +1,26 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: pythoncad
|
||||
# Date created: Nov 11, 2003
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pythoncad
|
||||
PORTVERSION= 10
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= http://www.pythoncad.org/releases/
|
||||
DISTNAME= PythonCAD-DS1-R${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
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
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/gtkpycad.py ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user