Changeset View
Changeset View
Standalone View
Standalone View
lang/f2c/Makefile
| Show All 9 Lines | |||||
| COMMENT= Fortran-to-C converter and its run-time libraries | COMMENT= Fortran-to-C converter and its run-time libraries | ||||
| WWW= https://www.netlib.org/ | WWW= https://www.netlib.org/ | ||||
| LICENSE= ATT | LICENSE= ATT | ||||
| LICENSE_NAME= Copyright of AT&T, Lucent Technologies and Bellcore | LICENSE_NAME= Copyright of AT&T, Lucent Technologies and Bellcore | ||||
| LICENSE_FILE= ${WRKSRC}/libf2c/Notice | LICENSE_FILE= ${WRKSRC}/libf2c/Notice | ||||
| LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept | LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept | ||||
| BROKEN_mips= fails to compile: /usr/include/sigfpe.h: No such file or directory | |||||
| BROKEN_mips64= fails to compile: /usr/include/sigfpe.h: No such file or directory | |||||
| USES= gmake | USES= gmake | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| MAKE_JOBS_UNSAFE= yes | MAKE_JOBS_UNSAFE= yes | ||||
| LIBVER= 2 | LIBVER= 2 | ||||
| SIMPLEDIST= changes f2c.1 f2c.1t f2c.h f2c.pdf fc getopt.c README | SIMPLEDIST= changes f2c.1 f2c.1t f2c.h f2c.pdf fc getopt.c README | ||||
| ▲ Show 20 Lines • Show All 54 Lines • Show Last 20 Lines | |||||