diff options
Diffstat (limited to 'devel/ruby-rudl/Makefile')
-rw-r--r-- | devel/ruby-rudl/Makefile | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/devel/ruby-rudl/Makefile b/devel/ruby-rudl/Makefile deleted file mode 100644 index 25eaf40472cf..000000000000 --- a/devel/ruby-rudl/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# Created by: Akinori MUSHA aka knu <knu@idaemons.org> -# $FreeBSD$ - -PORTNAME= rudl -PORTVERSION= 0.8 -PORTREVISION= 11 -CATEGORIES= devel ruby -MASTER_SITES= SF -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTFILES= ${DISTNAME}-source${EXTRACT_SUFX} -DIST_SUBDIR= ruby - -MAINTAINER= erik@bz.bzflag.bz -COMMENT= A high level library to use SDL from Ruby - -DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2013-10-10 - -USE_SDL= gfx image mixer ttf sdl -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -#NO_WRKSUBDIR= yes -CONFIGURE_ARGS= --with-sdl-config="sdl-config" -INSTALL_TARGET= site-install - -DOCS= RUDL/audio.html \ - RUDL/cdrom.html \ - RUDL/displaysurface.html \ - RUDL/fonts.html \ - RUDL/index.html \ - RUDL/input.html \ - RUDL/misc.html \ - RUDL/rudl.html \ - RUDL/sfont.gif \ - RUDL/surface.html \ - RUDL/timer.html \ - dokumentat.css \ - howto_install.html \ - howto_use.html \ - index.html \ - rudl.css - -EXAMPLES= samples/* - -NO_STAGE= yes -post-extract: - @${RUBY} -i -pe 'sub(/\r$$/, "")' \ - ${WRKSRC}/*.[ch] \ - ${WRKSRC}/extconf.rb - -post-patch: - @${RUBY} -i -pe 'sub(/malloc.h/, "stdlib.h")' \ - ${WRKSRC}/bitmask.c - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} - ${MKDIR} ${RUBY_MODDOCDIR}/RUDL -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${RUBY_MODDOCDIR}/${f} -.endfor -.endif - -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> |