mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Stagefy
- Update to 5.4.8 PR: ports/189743 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
This commit is contained in:
parent
c2f189426e
commit
316144d889
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354858
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dcl
|
||||
PORTVERSION= 5.4.7
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 5.4.8
|
||||
CATEGORIES= science graphics
|
||||
MASTER_SITES= http://www.gfd-dennou.org/library/dcl/ \
|
||||
http://dennou-h.gfd-dennou.org/library/dcl/ \
|
||||
@ -13,27 +12,26 @@ MAINTAINER= murashin@gfd-dennou.org
|
||||
COMMENT= Scientific graphic library for geoscience
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USES= fortran pkgconfig
|
||||
USES= desthack pkgconfig fortran
|
||||
USE_XORG= x11 xext
|
||||
USE_GNOME= gtk20 gdkpixbuf2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --with-x
|
||||
CONFIGURE_ARGS= --with-x
|
||||
|
||||
PORTDOCS= CHECK CREDITS HISTORY README
|
||||
PORTEXAMPLES= *
|
||||
|
||||
RESTRICTED= No commercial use
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
(cd ${WRKSRC}/demo/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
(cd ${WRKSRC}/demo/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
|
||||
.endif
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (dcl-5.4.7.tar.gz) = d3c68b90ab5da194a78a75778eda8081fe135b28798993fd87290edc4c636a8b
|
||||
SIZE (dcl-5.4.7.tar.gz) = 1630115
|
||||
SHA256 (dcl-5.4.8.tar.gz) = 289d8febddac043df4cc572dddf786268cdd4befaf6dbd1c7e35d6bebd1030c4
|
||||
SIZE (dcl-5.4.8.tar.gz) = 1630273
|
||||
|
@ -2,7 +2,7 @@ bin/dclcc
|
||||
bin/dclclr
|
||||
bin/dclcmap
|
||||
bin/dclconfig
|
||||
bin/dclconfig547
|
||||
bin/dclconfig548
|
||||
bin/dcldate
|
||||
bin/dcldbs
|
||||
bin/dclexec
|
||||
@ -118,5 +118,5 @@ lib/dcldbase/font2u
|
||||
lib/dcldbase/plate_world
|
||||
lib/dcldbase/pref_japan
|
||||
lib/dcldbase/state_usa
|
||||
lib/libf77dcl547.a
|
||||
lib/libf77dcl548.a
|
||||
@dirrm lib/dcldbase
|
||||
|
Loading…
Reference in New Issue
Block a user