blob: bb2dd823f678269915f0218d1a09cda6d57a46f4 (
plain)
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
|
# New ports collection makefile for: kplot3d
# Version required: 0.70
# Date created: 30 October 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
DISTNAME= kplot3d-0.70
CATEGORIES= graphics kde
MASTER_SITES= http://members.xoom.com/kplot3d/
MAINTAINER= jedgar@FreeBSD.org
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11
FETCH_BEFORE_ARGS= -b # members.xoom.com is broken
USE_QT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400004
BROKEN= "Obsolete compiler"
.endif
.include <bsd.port.post.mk>
|