blob: d345d728fc58c76cd020a44a5813346799395139 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $FreeBSD$
PORTNAME= crosti
DISTVERSION= 1.13.3
DISTVERSIONSUFFIX= -source
PORTREVISION= 1
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 qt:5 shared-mime-info zip
USE_GL= gl
USE_QT= concurrent core gui printsupport svg widgets buildtools_build
DOS2UNIX_GLOB= *.cpp *.csc *.h *.pro *.txt *.xml
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
|