mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
12 lines
260 B
Makefile
12 lines
260 B
Makefile
.include "Makefile.version"
|
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp
|
|
LIB_DEPENDS+= libmpfr.so:math/mpfr
|
|
LIB_DEPENDS+= libmpc.so:math/mpc
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake libtool perl5 tar:bzip2
|
|
USE_PERL5= build
|
|
ALL_TARGET= default
|
|
CFLAGS:= ${CFLAGS:N-march=*}
|