mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
454 B
Makefile
22 lines
454 B
Makefile
|
# New ports collection makefile for: kplot3d
|
||
|
# Version required: 0.69
|
||
|
# Date created: 30 October 1999
|
||
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
DISTNAME= kplot3d-0.69
|
||
|
CATEGORIES= graphics kde
|
||
|
MASTER_SITES= http://members.xoom.com/kplot3d/
|
||
|
|
||
|
MAINTAINER= jedgar@fxp.org
|
||
|
|
||
|
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11
|
||
|
|
||
|
FETCH_BEFORE_ARGS= -b # members.xoom.com is broken
|
||
|
USE_QT= yes
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|