1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/cad/fandango/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
579 B
Makefile

# ex:ts=8
# Ports collection makefile for: fandango
# Date created: Feb 17, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= fandango
PORTVERSION= 0.2.6
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_KDEBASE_VER=3
USE_AUTOTOOLS= libtool:15
LDFLAGS+= -lGL
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.include <bsd.port.mk>