1999-11-27 14:39:41 +00:00
|
|
|
# New ports collection makefile for: kplot3d
|
1999-12-26 23:33:39 +00:00
|
|
|
# Version required: 0.70
|
1999-11-27 14:39:41 +00:00
|
|
|
# Date created: 30 October 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
1999-12-26 23:33:39 +00:00
|
|
|
DISTNAME= kplot3d-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
|
|
|
|
|
|
|
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 400004
|
|
|
|
BROKEN= "Obsolete compiler"
|
|
|
|
.endif
|
1999-11-27 14:39:41 +00:00
|
|
|
|
2000-01-07 16:40:17 +00:00
|
|
|
.include <bsd.port.post.mk>
|