mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
0c7dd3c6b8
* Convert perl-extract to REINPLACE_CMD * Use new LIB_DEPENDS format * Properly convert to USES+= perl (it got skipped in the sweep) * Remove no-op MAKE_JOBS_SAFE (again it got skipped) * Remove FreeBSD 9.0-only install message (F9 no longer supported) * Add GPLv3 license but don't install it as it messes up auto-plist * Use MAKE_JOBS_NUMBER over internal _MAKE_JOBS variable
16 lines
312 B
Makefile
16 lines
312 B
Makefile
# $FreeBSD$
|
|
|
|
.include "Makefile.version"
|
|
|
|
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
|
|
LIB_DEPENDS+= libmpfr.so:${PORTSDIR}/math/mpfr
|
|
LIB_DEPENDS+= libmpc.so:${PORTSDIR}/math/mpc
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USES= iconv gmake perl5
|
|
USE_PERL5= build
|
|
ALL_TARGET= default
|