mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update port to 0.70
PR: 15261
This commit is contained in:
parent
9b5dbdaa32
commit
cfbf9f7317
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24112
3 changed files with 14 additions and 4 deletions
|
@ -1,21 +1,28 @@
|
||||||
# New ports collection makefile for: kplot3d
|
# New ports collection makefile for: kplot3d
|
||||||
# Version required: 0.69
|
# Version required: 0.70
|
||||||
# Date created: 30 October 1999
|
# Date created: 30 October 1999
|
||||||
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= kplot3d-0.69
|
DISTNAME= kplot3d-0.70
|
||||||
CATEGORIES= graphics kde
|
CATEGORIES= graphics kde
|
||||||
MASTER_SITES= http://members.xoom.com/kplot3d/
|
MASTER_SITES= http://members.xoom.com/kplot3d/
|
||||||
|
|
||||||
MAINTAINER= jedgar@fxp.org
|
MAINTAINER= jedgar@FreeBSD.org
|
||||||
|
|
||||||
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11
|
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11
|
||||||
|
|
||||||
FETCH_BEFORE_ARGS= -b # members.xoom.com is broken
|
FETCH_BEFORE_ARGS= -b # members.xoom.com is broken
|
||||||
USE_QT= yes
|
USE_QT= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 400004
|
||||||
|
BROKEN= "Obsolete compiler"
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (kplot3d-0.69.tar.gz) = b282bdca123d015c88dbbda2ef0dfc7e
|
MD5 (kplot3d-0.70.tar.gz) = d519ba0f0c7c84961bc1355c48d0e75d
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
bin/kplot3d
|
bin/kplot3d
|
||||||
share/applnk/Applications/kplot3d.kdelnk
|
share/applnk/Applications/kplot3d.kdelnk
|
||||||
|
share/apps/kplot3d/pics/intro.jpg
|
||||||
share/doc/HTML/en/kplot3d/index-1.html
|
share/doc/HTML/en/kplot3d/index-1.html
|
||||||
share/doc/HTML/en/kplot3d/index-2.html
|
share/doc/HTML/en/kplot3d/index-2.html
|
||||||
share/doc/HTML/en/kplot3d/index-3.html
|
share/doc/HTML/en/kplot3d/index-3.html
|
||||||
|
@ -11,3 +12,5 @@ share/icons/kplot3d.xpm
|
||||||
share/icons/mini/kplot3d.xpm
|
share/icons/mini/kplot3d.xpm
|
||||||
share/locale/ru/LC_MESSAGES/kplot3d.mo
|
share/locale/ru/LC_MESSAGES/kplot3d.mo
|
||||||
@dirrm share/doc/HTML/en/kplot3d
|
@dirrm share/doc/HTML/en/kplot3d
|
||||||
|
@dirrm share/apps/kplot3d/pics
|
||||||
|
@dirrm share/apps/kplot3d
|
||||||
|
|
Loading…
Add table
Reference in a new issue