- Add LICENSE
- Remove bogus (in presence of USE_GITHUB) USES=tar* - Add missing qt-corelib dependency
This commit is contained in:
parent
c5198ab3b8
commit
a49671885d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460706
@ -10,15 +10,18 @@ CATEGORIES= games
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The Butterfly Effect
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cmake compiler:c++11-lib tar:tgz
|
||||
USE_QT4= gui linguisttools_build moc_build qmake_build rcc_build \
|
||||
svg uic_build xml
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= kaa-ching
|
||||
|
||||
USES= cmake compiler:c++11-lib
|
||||
USE_QT4= corelib gui linguisttools_build moc_build qmake_build rcc_build \
|
||||
svg uic_build xml
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
post-patch:
|
||||
|
Loading…
Reference in New Issue
Block a user