Lines 4-12
Link Here
|
4 |
# |
4 |
# |
5 |
# Feature: cran |
5 |
# Feature: cran |
6 |
# Usage: USES=cran or USES=cran:ARGS |
6 |
# Usage: USES=cran or USES=cran:ARGS |
7 |
# Valid ARGS: auto-plist |
7 |
# Valid ARGS: auto-plist, compiles |
8 |
# |
8 |
# |
9 |
# auto-plist The pkg-plist can be automatically compiled |
9 |
# auto-plist The pkg-plist is to be automatically generated |
|
|
10 |
# compiles The port has code that needs to be compiled |
10 |
# |
11 |
# |
11 |
# MAINTAINER= wen@FreeBSD.org |
12 |
# MAINTAINER= wen@FreeBSD.org |
12 |
|
13 |
|
Lines 76-79
cran-auto-plist:
Link Here
|
76 |
${SED} -E -e 's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST} |
77 |
${SED} -E -e 's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST} |
77 |
.endif |
78 |
.endif |
78 |
|
79 |
|
|
|
80 |
.if ${cran_ARGS:Mcompiles} |
81 |
USE_GCC?= yes |
82 |
.endif |
83 |
|
79 |
.endif #_INCLUDE_USES_CRAN_MK |
84 |
.endif #_INCLUDE_USES_CRAN_MK |