summaryrefslogtreecommitdiff
path: root/cad/fandango/Makefile
blob: c0a5b84bc706601c95b9635baa57a70d2f4d551b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# ex:ts=8
# Ports collection makefile for:	fandango
# Date created:			Feb 17, 2004
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	fandango
PORTVERSION=	0.2.6.1
PORTREVISION=	3
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

LIB_DEPENDS=	python2.3.1:${PORTSDIR}/lang/python23

USE_GL=		yes
USE_GNOME=	gnometarget
USE_GETTEXT=	yes
USE_KDEBASE_VER=3
USE_AUTOTOOLS=	libtool:22
LDFLAGS+=	-lGL
CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS}"
INSTALLS_ICONS=	yes

.include <bsd.port.mk>