30 lines
853 B
Makefile
30 lines
853 B
Makefile
PORTNAME= valentina
|
|
DISTVERSION= 0.7.50
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Sewing pattern drafting tool aiming to remake the garment industry
|
|
|
|
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_COMMIT= c7a54a4c7c6c478fb03ea1d43021c93a97053f85
|
|
|
|
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.mk>
|