Index: misc/Makefile =================================================================== --- misc/Makefile +++ misc/Makefile @@ -56,6 +56,7 @@ SUBDIR += countrycodes SUBDIR += cpuid SUBDIR += crosspad + SUBDIR += crosti SUBDIR += cs SUBDIR += cstream SUBDIR += dahdi Index: misc/crosti/Makefile =================================================================== --- /dev/null +++ misc/crosti/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= crosti +DISTVERSION= 1.13.3 +DISTVERSIONSUFFIX= -source +CATEGORIES= misc +MASTER_SITES= SF/crosti/crosti%20${DISTVERSION}/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Convert custom image to cross stitch design, edit stitch designs + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/gpl.txt + +USES= desktop-file-utils dos2unix qmake shared-mime-info zip +USE_QT5= concurrent core gui printsupport svg widgets buildtools_build +USE_GL= gl +DOS2UNIX_FILES= ${PORTNAME}.pro +NO_WRKSUBDIR= yes + +.include