2004-02-20 02:58:45 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: fandango
|
|
|
|
# Date created: Feb 17, 2004
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fandango
|
|
|
|
PORTVERSION= 0.2.5
|
2004-04-05 05:31:02 +02:00
|
|
|
PORTREVISION= 1
|
2004-02-20 02:58:45 +01:00
|
|
|
CATEGORIES= cad
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= elcad
|
|
|
|
DISTNAME= k${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= A python scripted 3D CAD application
|
|
|
|
|
2004-03-09 07:53:49 +01:00
|
|
|
LIB_DEPENDS= python2.3.1:${PORTSDIR}/lang/python
|
|
|
|
|
2004-02-20 02:58:45 +01:00
|
|
|
USE_GL= yes
|
|
|
|
USE_GNOME= gnometarget
|
|
|
|
USE_KDEBASE_VER= 3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2004-03-09 07:53:49 +01:00
|
|
|
.include <bsd.port.mk>
|