# ex:ts=8 # New ports collection makefile for: yacas # Date created: Jun 21, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= yacas PORTVERSION= 1.0.56 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://yacas.sourceforge.net/backups/ MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another Computer Algebra System LIB_DEPENDS= gsl.5:${PORTSDIR}/math/gsl USE_PERL5_BUILD= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes .include .if defined(WITH_GMP) LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+= --with-numlib=gmp PLIST_SUB+= GMP="" NOGMP="@comment " CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib . if ${OSVERSION} >= 500035 BROKEN= "Does not compile on 5.x with libgmp" . endif .else CONFIGURE_ARGS+= --with-numlib=native PLIST_SUB+= GMP="@comment " NOGMP="" .endif .if defined(WITH_X11) USE_GL= yes CONFIGURE_ARGS+=--with-x PLIST_SUB+= X11="" CPPFLAGS+= -I${X11BASE}/include LDFLAGS+= -L${X11BASE}/lib .else CONFIGURE_ARGS+= --without-x PLIST_SUB+= X11="@comment " .endif .include freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update linux_dri to Mesa 7.0 libraries and current libdrm.anholt2007-07-134-18/+27
* Conflicts with linux-libGLUjylefort2006-11-061-1/+1
* Let the ports which have both bz2 and gz distfiles extract on 4.xbsam2006-08-091-2/+3
* Mark IGNORE on 4.x, does not extract with the tar in 4.x.netchild2006-07-311-1/+7
* Update linux_dri to Mesa 6.5 binaries I rolled on a debian machine.anholt2006-06-253-35/+43
* Add some mirrors to make it fetchable again.netchild2006-02-151-1/+5
* SHA256ifyedwin2006-01-221-0/+4
* [fix] graphics/linux_dri: works on amd64 tooedwin2006-01-051-1/+1
* - Update to 4.4.4 (although a more recent version is available,jylefort2005-10-103-12/+12
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-181-5/+5
* Respect the user's USE_LINUX setting.trevor2005-03-021-1/+0
* Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-011-2/+5
* SIZEify.trevor2004-03-181-0/+4
* Apply studly caps to "FreeBSD".trevor2004-02-071-1/+1
* Return to ports@ because I won't be working on FreeBSD for 3 months minimum.anholt2004-01-281-1/+1
* Fix packaging of linux_dri by adding NO_FILTER_SHLIBS.anholt2003-05-141-0/+2
* Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-develanholt2003-03-123-15/+17
* Clear moonlight beckons.ade2003-03-072-1/+1
* Mark this ONLY_FOR_ARCHS=i386.anholt2002-12-171-0/+2
* Use my own binaries for linux_dri which are fixed to work on -stable, using aanholt2002-08-164-4/+18
* Change email to anholt@freebsd.org and move local distfiles.anholt2002-07-311-1/+1
* Update to 4.2.0pat2002-07-265-38/+30