1999-11-27 09:39:41 -05:00
|
|
|
# New ports collection makefile for: kplot3d
|
1999-12-26 18:33:39 -05:00
|
|
|
# Version required: 0.70
|
1999-11-27 09:39:41 -05:00
|
|
|
# Date created: 30 October 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
1999-12-26 18:33:39 -05:00
|
|
|
DISTNAME= kplot3d-0.70
|
1999-11-27 09:39:41 -05:00
|
|
|
CATEGORIES= graphics kde
|
|
|
|
MASTER_SITES= http://members.xoom.com/kplot3d/
|
|
|
|
|
1999-12-26 18:33:39 -05:00
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
1999-11-27 09:39:41 -05:00
|
|
|
|
2000-02-24 02:01:14 -05:00
|
|
|
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
|
1999-11-27 09:39:41 -05:00
|
|
|
|
|
|
|
FETCH_BEFORE_ARGS= -b # members.xoom.com is broken
|
|
|
|
USE_QT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1999-12-26 18:33:39 -05:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 400004
|
|
|
|
BROKEN= "Obsolete compiler"
|
|
|
|
.endif
|
1999-11-27 09:39:41 -05:00
|
|
|
|
2000-01-07 11:40:17 -05:00
|
|
|
.include <bsd.port.post.mk>
|