mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
- Simplify Makefile with USE=qmake
- Since I'm there fix USE_GL. PR: 214627 Submitted by: tcberner
This commit is contained in:
@@ -12,8 +12,8 @@ COMMENT= Mathematical modeling software
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= dos2unix zip
|
||||
USE_GL= yes
|
||||
USES= dos2unix qmake zip
|
||||
USE_GL= gl
|
||||
USE_QT5= buildtools_build core gui opengl qmake_build widgets
|
||||
|
||||
BRANCHE= 246
|
||||
@@ -24,10 +24,4 @@ PLIST_FILES= bin/MathMod
|
||||
# LL / ULL suffix would be needed for integer constants
|
||||
BROKEN_FreeBSD_9_i386= YES
|
||||
|
||||
pre-build:
|
||||
cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE}
|
||||
|
||||
post-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ARGET/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- MathMod.pro.orig 2016-03-03 21:15:56 UTC
|
||||
--- MathMod.pro.orig 2016-11-18 12:53:17 UTC
|
||||
+++ MathMod.pro
|
||||
@@ -58,7 +58,6 @@ FORMS = ui_forms/drawingoptions.ui \
|
||||
|
||||
@@ -8,3 +8,16 @@
|
||||
QT += opengl widgets
|
||||
|
||||
OTHER_FILES += \
|
||||
@@ -67,10 +66,10 @@ OTHER_FILES += \
|
||||
mathmodconfig.js
|
||||
|
||||
# install
|
||||
-target.path = $TARGET
|
||||
+target.path = $$INSTALL_ROOT/$$PREFIX/bin/
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mathmod.pro
|
||||
sources.path = $TARGET
|
||||
-INSTALLS += target sources
|
||||
+INSTALLS += target
|
||||
|
||||
DISTFILES += \
|
||||
advancedmodels.js
|
||||
|
||||
Reference in New Issue
Block a user