Changeset View
Changeset View
Standalone View
Standalone View
x11/qimageblitz/Makefile
| PORTNAME= qimageblitz | PORTNAME= qimageblitz | ||||
| PORTVERSION= 0.1.0.${SVN_REVISION} # a made-up version also used in some linux distros, otherwise we need to add PORTEPOCH | PORTVERSION= 0.1.0.${SVN_REVISION} # a made-up version also used in some linux distros, otherwise we need to add PORTEPOCH | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= x11 | CATEGORIES= x11 | ||||
| MAINTAINER= yuri@FreeBSD.org | MAINTAINER= yuri@FreeBSD.org | ||||
| COMMENT= Graphical effects and filters library for Qt5 | COMMENT= Graphical effects and filters library for Qt5 | ||||
| WWW= https://sourceforge.net/projects/qimageblitz/ | WWW= https://sourceforge.net/projects/qimageblitz/ | ||||
| LICENSE= BSD2CLAUSE | LICENSE= BSD2CLAUSE | ||||
| LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
| .if ${WITH_SUBVERSION_VER:U} == LTS | |||||
| FETCH_DEPENDS= svn:devel/subversion-lts | |||||
| .else | |||||
| FETCH_DEPENDS= svn:devel/subversion | FETCH_DEPENDS= svn:devel/subversion | ||||
| .endif | |||||
| USES= cmake compiler:c++11-lang qt:5 | USES= cmake compiler:c++11-lang qt:5 | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| USE_QT= core gui widgets qmake:build buildtools:build | USE_QT= core gui widgets qmake:build buildtools:build | ||||
| USE_CXXSTD= gnu++98 | USE_CXXSTD= gnu++98 | ||||
| SVN_URL= svn://anonsvn.kde.org/home/kde/trunk/kdesupport/qimageblitz | SVN_URL= svn://anonsvn.kde.org/home/kde/trunk/kdesupport/qimageblitz | ||||
| SVN_REVISION= 1548172 | SVN_REVISION= 1548172 | ||||
| Show All 14 Lines | |||||