mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
6ed50c6a1f
Sync gnat-aux with changes from gcc-aux Convert to new options framework Switch to dynamic plist No more install libiberty.a for gnatdroid* PR: ports/173412 Reported by: Jinsong Zhao <jszhao@yeah.net> Submitted by: John Marino <draco@marino.st> (maintainer)
22 lines
394 B
Makefile
22 lines
394 B
Makefile
# $FreeBSD$
|
|
|
|
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
|
|
LIB_DEPENDS+= mpfr.4:${PORTSDIR}/math/mpfr
|
|
LIB_DEPENDS+= mpc.2:${PORTSDIR}/math/mpc
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_BZIP2= yes
|
|
USES= iconv
|
|
USE_PERL5_BUILD= yes
|
|
ALL_TARGET= default
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
SNAPSHOT= 20130412
|
|
GCC_BRANCH= 4.6
|
|
GCC_POINT= 4
|
|
GCC_VERSION= ${GCC_BRANCH}.${GCC_POINT}
|
|
|