mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
e3fec2c9cb
MASTER_SITES=SF/crosti/crosti%20${DISTVERSION}/ stopped working for an unknown reason. MASTER_SITES=https://managedway.dl.sourceforge.net/project/crosti/crosti%201.14.0/ still fetches the same file. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245363
25 lines
714 B
Makefile
25 lines
714 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= crosti
|
|
DISTVERSION= 1.14.0
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
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>
|