- update to 2.2.2
- convert to optionsng (EXAMPLES case), while here PR: 176274 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
This commit is contained in:
parent
6beff77a3b
commit
637a0a4e61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312644
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openvsp
|
||||
PORTVERSION= 2.2.1
|
||||
PORTVERSION= 2.2.2
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= https://github.com/OpenVSP/OpenVSP/archive/
|
||||
|
||||
@ -37,6 +37,8 @@ PLIST_FILES= bin/vsp
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include/openNURBS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-fetch:
|
||||
if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
|
||||
${FETCH_BINARY} -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
|
||||
@ -45,7 +47,7 @@ do-fetch:
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/vsp/vsp ${PREFIX}/bin
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@${INSTALL_PORTEXAMPLES}
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (openvsp-2.2.1.tar.gz) = 563626dc839052b8b4bfb75d1e10c4966a79d4e8bb7d1ca51a2302c2793623f4
|
||||
SIZE (openvsp-2.2.1.tar.gz) = 2916214
|
||||
SHA256 (openvsp-2.2.2.tar.gz) = 93dd8978b568eb5726a9392308029b7b9967ae1af8c4033e8e8cba05f5a46e9b
|
||||
SIZE (openvsp-2.2.2.tar.gz) = 2921036
|
||||
|
Loading…
Reference in New Issue
Block a user