# New ports collection makefile for: FXRuby # Date created: 24 February 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= fox PORTVERSION= 1.0.27 CATEGORIES= x11-toolkits ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fxruby PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= FXRuby-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby extension module to use FOX, aka FXRuby #BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb USE_XLIB= yes USE_MESA= yes DOCS_EN= ANNOUNCE ChangeLog README \ index.html doc post-patch: ${RUBY} -i -p \ -e 'gsub %r:/usr/local\b:, "${LOCALBASE}"' \ -e 'gsub %r:/usr/X11R6\b:, "${X11BASE}"' \ ${WRKSRC}/ext/fox/extconf.rb post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/ ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS_EN} ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .endif .include ebsd-ports-gnome' href='/~lantw44/cgit/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Git and myself don't get along, I messed up the master branch really goodKoop Mast2019-07-273-28/+0
|\
| * Remove expired ports of Haskell libraries.arrowd2019-05-093-28/+0
|/
* Mark almost all Haskell ports for expiration by mid Apriltcberner2019-03-311-0/+3
* lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.arrowd2019-01-061-1/+1
* lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.arrowd2018-06-301-0/+1
* Update lang/ghc 8.4.2 and the hs-* ports the newer versionstcberner2018-05-262-6/+5
* Switch C compiler used to compile GHC to base Clang.tcberner2018-02-101-0/+1
* - Update The Glorious Glasgow Haskell Compiler to version 8.0.2tcberner2017-08-092-3/+4
* - Update The Glorious Glasgow Haskell Compiler to version 7.10.2pgj2015-08-212-4/+3
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-0/+1
* - Update The Glorious Glasgow Haskell Compiler to version 7.8.3pgj2014-08-112-6/+5
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andpgj2014-03-291-1/+1
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
* - Stagify lang/ghc and all the Haskell Cabal portspgj2014-01-101-1/+0
* - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused bypgj2014-01-101-1/+1
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-052-3/+3
* - Update Haskell ports from the development repositorypgj2013-03-302-5/+3
* - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-062-3/+4
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.2pgj2012-12-203-10/+4
* - Teach the Haskell Cabal ports to use the new options frameworkpgj2012-08-031-1/+1
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.1pgj2012-06-041-0/+1
* - Update to 0.4.0.1pgj2012-02-132-3/+3
* - Update textproc/hs-case-insensitive to 0.3.0.1pgj2011-08-142-4/+4
* The module Data.CaseInsensitive provides the 'CI' type constructor which canashish2011-07-11