1999-11-27 14:39:41 +00:00
|
|
|
# New ports collection makefile for: kplot3d
|
|
|
|
# Date created: 30 October 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= kplot3d
|
|
|
|
PORTVERSION= 0.70
|
1999-11-27 14:39:41 +00:00
|
|
|
CATEGORIES= graphics kde
|
|
|
|
MASTER_SITES= http://members.xoom.com/kplot3d/
|
|
|
|
|
1999-12-26 23:33:39 +00:00
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
1999-11-27 14:39:41 +00:00
|
|
|
|
2000-02-24 07:01:14 +00:00
|
|
|
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
|
1999-11-27 14:39:41 +00:00
|
|
|
|
|
|
|
FETCH_BEFORE_ARGS= -b # members.xoom.com is broken
|
|
|
|
USE_QT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1999-12-26 23:33:39 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2000-02-24 14:07:24 +00:00
|
|
|
.include <bsd.port.mk>
|