mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
26db3eb066
- Remove unnecessary FETCH_BEFORE_ARGS
22 lines
407 B
Makefile
22 lines
407 B
Makefile
# New ports collection makefile for: kplot3d
|
|
# Date created: 30 October 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kplot3d
|
|
PORTVERSION= 0.70
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= http://members.nbci.com/kplot3d/
|
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
|
|
|
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
|
|
|
|
USE_QT= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|