1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/kplot3d/Makefile
Satoshi Asami 2ca1fe047a Don't include bsd.port.pre.mk twice. This usually is caused by first
including bsd.port.pre.mk and then later including bsd.port.mk (the
latter of which of course should be bsd.port.post.mk).
2000-01-07 16:40:17 +00:00

29 lines
569 B
Makefile

# 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>