ddae4e92d8
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
24 lines
747 B
Makefile
24 lines
747 B
Makefile
PORTNAME= crosti
|
|
DISTVERSION= 1.14.0
|
|
PORTREVISION= 2
|
|
DISTVERSIONSUFFIX= -source
|
|
CATEGORIES= misc
|
|
#MASTER_SITES= SF/crosti/crosti%20${DISTVERSION}/ # size mismatch: expected 671143, actual 661721
|
|
MASTER_SITES= https://managedway.dl.sourceforge.net/project/crosti/crosti%201.14.0/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Convert custom image to cross stitch design, edit stitch designs
|
|
WWW= https://sourceforge.net/projects/crosti
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/gpl.txt
|
|
|
|
USES= compiler:c++11-lang desktop-file-utils dos2unix gl qmake qt:5 \
|
|
shared-mime-info zip
|
|
DOS2UNIX_GLOB= *.cpp *.csc *.h *.pro *.txt *.xml
|
|
USE_GL= gl
|
|
USE_QT= concurrent core gui printsupport svg widgets buildtools:build
|
|
NO_WRKSUBDIR= yes
|
|
|
|
.include <bsd.port.mk>
|