diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-20 09:32:55 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-20 09:32:55 +0000 |
commit | 740aa284911604e7b0c800de7bed9bff5d4a17fa (patch) | |
tree | c7cfcddff9aa6702d5b176290f54f9f790e3966f /graphics/ruby-ming/Makefile | |
parent | Add ftp1.sourceforge.net into MASTER_SITE_SOURCEFORGE. (diff) |
Update to Ming 0.1.0.
Notes
Notes:
svn path=/head/; revision=40086
Diffstat (limited to 'graphics/ruby-ming/Makefile')
-rw-r--r-- | graphics/ruby-ming/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/graphics/ruby-ming/Makefile b/graphics/ruby-ming/Makefile index f74857b0b9a4..395997c7f5d8 100644 --- a/graphics/ruby-ming/Makefile +++ b/graphics/ruby-ming/Makefile @@ -6,15 +6,16 @@ # PORTNAME= ming -PORTVERSION= 0.0.9b +PORTVERSION= 0.1.0 CATEGORIES= graphics ruby -MASTER_SITES= http://www.opaque.net/ming/ +MASTER_SITES= # none PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -EXTRACT_SUFX= .tgz +DISTFILES= # none MAINTAINER= knu@FreeBSD.org -BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/SWIG-devel +BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/SWIG-devel \ + ${NONEXISTENT}:${PORTSDIR}/graphics/ming:patch LIB_DEPENDS= ming.2:${PORTSDIR}/graphics/ming USE_RUBY= yes @@ -31,6 +32,10 @@ SWIG= swig1.3 EXAMPLES= shape.rb test.rb +do-extract: + ${MKDIR} ${WRKDIR} + ${LN} -s `cd ${PORTSDIR}/graphics/ming && ${MAKE} -V WRKDIR`/* ${WRKDIR}/ + post-extract: ${LN} -sf ../ming.i ${WRKSRC}/ |