freebsd-ports/misc/valentina/Makefile
Felix Palmen 7d1faa7179 bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
2023-07-12 20:56:04 +02:00

37 lines
1,011 B
Makefile

PORTNAME= valentina
DISTVERSION= 0.7.52
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Sewing pattern drafting tool aiming to remake the garment industry
WWW= https://smart-pattern.com.ua/en/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE_GPL.txt
USES= compiler:c++11-lang desktop-file-utils dos2unix gl gmake qmake qt:5
USE_QT= buildtools:build concurrent core gui linguisttools:build network \
opengl printsupport svg testlib:build widgets xml xmlpatterns
USE_GL= gl
USE_LDCONFIG= yes
USE_GITLAB= yes
GL_ACCOUNT= smart-pattern
GL_TAGNAME= 9429be3e0d467a75eab1f2fd3791ba29d9d1bb9d
DOS2UNIX_FILES= src/libs/vgeometry/vellipticalarc.cpp
QMAKE_ARGS= CONFIG+="noTests" CONFIG+="noRunPath" PREFIX=${PREFIX}
.if !defined(WITH_CCACHE_BUILD) || defined(NO_CCACHE)
QMAKE_ARGS+= CONFIG+="no_ccache"
.endif
BINARY_ALIAS= hg=/usr/bin/true git=/usr/bin/false
.include <bsd.port.options.mk>
.if ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc
LLD_UNSAFE= yes
.endif
.include <bsd.port.mk>