|
Lines 15-21
Link Here
|
| 15 |
GH_ACCOUNT= llvm-mirror |
15 |
GH_ACCOUNT= llvm-mirror |
| 16 |
GH_TAGNAME= 6d78407 |
16 |
GH_TAGNAME= 6d78407 |
| 17 |
|
17 |
|
| 18 |
GNU_CONFIGURE= yes |
|
|
| 19 |
USES= gmake python:2,build ninja |
18 |
USES= gmake python:2,build ninja |
| 20 |
USE_LDCONFIG= yes |
19 |
USE_LDCONFIG= yes |
| 21 |
MAKE_ENV= MAKE=${GMAKE} DESTDIR=${STAGEDIR} |
20 |
MAKE_ENV= MAKE=${GMAKE} DESTDIR=${STAGEDIR} |
|
Lines 35-40
Link Here
|
| 35 |
do-configure: |
34 |
do-configure: |
| 36 |
@cd ${WRKSRC} && ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} -g ninja \ |
35 |
@cd ${WRKSRC} && ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} -g ninja \ |
| 37 |
--with-llvm-config=${LOCALBASE}/bin/llvm-config${LLVMVER} \ |
36 |
--with-llvm-config=${LOCALBASE}/bin/llvm-config${LLVMVER} \ |
| 38 |
--pkgconfigdir=${PREFIX}/libdata/pkgconfig |
37 |
--pkgconfigdir=${PREFIX}/libdata/pkgconfig \ |
|
|
38 |
--prefix=${PREFIX} |
| 39 |
|
39 |
|
| 40 |
.include <bsd.port.mk> |
40 |
.include <bsd.port.mk> |