|
Lines 3-9
Link Here
|
| 3 |
|
3 |
|
| 4 |
PORTNAME= BitcoinArmory |
4 |
PORTNAME= BitcoinArmory |
| 5 |
PORTVERSION= 0.93.3 |
5 |
PORTVERSION= 0.93.3 |
| 6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
| 7 |
DISTVERSIONPREFIX= v |
7 |
DISTVERSIONPREFIX= v |
| 8 |
CATEGORIES= finance |
8 |
CATEGORIES= finance |
| 9 |
|
9 |
|
|
Lines 25-31
Link Here
|
| 25 |
|
25 |
|
| 26 |
USES= compiler:c++11-lang compiler:c++11-lib gmake pyqt:4 python:2 shebangfix |
26 |
USES= compiler:c++11-lang compiler:c++11-lib gmake pyqt:4 python:2 shebangfix |
| 27 |
USE_PYQT= core_run gui_run |
27 |
USE_PYQT= core_run gui_run |
| 28 |
SHEBANG_FILES= extras/extractKeysFromWallet.py |
28 |
SHEBANG_FILES= extras/extractKeysFromWallet.py ArmoryQt.py jasvet.py |
| 29 |
CPPFLAGS+= -I${LOCALBASE}/include |
29 |
CPPFLAGS+= -I${LOCALBASE}/include |
| 30 |
LDFLAGS+= -L${LOCALBASE}/lib |
30 |
LDFLAGS+= -L${LOCALBASE}/lib |
| 31 |
CXXFLAGS+= -DCRYPTOPP_DISABLE_ASM -fPIC |
31 |
CXXFLAGS+= -DCRYPTOPP_DISABLE_ASM -fPIC |