# New ports collection makefile for: Ruby/GSL # Date created: 22 December 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= gsl PORTVERSION= 0.2.3 CATEGORIES= math ruby MASTER_SITES= http://www5d.biglobe.ne.jp/~ytsune/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= rb-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby extension library for GSL (GNU Scientific Library) LIB_DEPENDS= gsl.4:${.CURDIR}/../gsl USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb WRKSRC= ${WRKDIR}/rb-${PORTNAME} CONFIGURE_ARGS= -- --with-opt-dir="${LOCALBASE}" EXAMPLES_EN= test/* DOCS_EN= AUTHORS ChangeLog README.html README.rd doc/* DOCS_JA= README.ja.html README.ja.rd post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} .for f in ${EXAMPLES_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ .endfor ${MKDIR} ${RUBY_MODDOCDIR}/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .for f in ${DOCS_JA} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ .endfor .endif .include sd-ports-gnome' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove dead CENKES mirrorbapt2015-03-311-1/+1
* - Convert to USES=pythonjhale2014-10-061-6/+6
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
* audio/mbox: use WX 3.0+wg2014-07-061-3/+2
* Switch to wx 2.8bapt2014-03-241-4/+4
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
* Python cleanup:rene2014-01-141-1/+1
* - the pkg-plist is superfluous with PYDISTUTILS_AUTOPLISTmva2014-01-121-95/+0
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
* - Enable stage supportmva2013-09-281-2/+2