mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Add ruby-libart, a Ruby binding for libart.
This commit is contained in:
parent
18575f34dc
commit
aba02ba092
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65405
@ -323,6 +323,7 @@
|
||||
SUBDIR += ruby-graph
|
||||
SUBDIR += ruby-image_size
|
||||
SUBDIR += ruby-imlib2
|
||||
SUBDIR += ruby-libart
|
||||
SUBDIR += ruby-libpng
|
||||
SUBDIR += ruby-ming
|
||||
SUBDIR += ruby-opengl
|
||||
|
41
graphics/ruby-libart/Makefile
Normal file
41
graphics/ruby-libart/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# New ports collection makefile for: ruby-libart
|
||||
# Date created: 1 September 2002
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libart
|
||||
PORTVERSION= ${RUBY_GNOME_PORTVERSION}
|
||||
CATEGORIES= graphics ruby
|
||||
MASTER_SITES= ${RUBY_GNOME_MASTER_SITES}
|
||||
MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR}
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ${RUBY_GNOME_DISTNAME}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= art_lgpl.5:${PORTSDIR}/graphics/libart
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
||||
.include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common"
|
||||
|
||||
WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME}
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
DOCS_EN= ChangeLog README
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
||||
${CP} -R ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
|
||||
.for f in ${DOCS_EN}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/ruby-libart/pkg-comment
Normal file
1
graphics/ruby-libart/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Ruby binding for libart
|
4
graphics/ruby-libart/pkg-descr
Normal file
4
graphics/ruby-libart/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Ruby/libart is a Ruby binding for libart.
|
||||
|
||||
Author: KUBO Takehiro <kubo@jiubao.org>, Ruby-GNOME Project Team
|
||||
WWW: http://ruby-gnome.sourceforge.net/
|
6
graphics/ruby-libart/pkg-plist
Normal file
6
graphics/ruby-libart/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/libart.so
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/libart/gnome-canvas.rb
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/libart
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/libart/ChangeLog
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/libart/README
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/libart
|
41
graphics/ruby-libart2/Makefile
Normal file
41
graphics/ruby-libart2/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# New ports collection makefile for: ruby-libart
|
||||
# Date created: 1 September 2002
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libart
|
||||
PORTVERSION= ${RUBY_GNOME_PORTVERSION}
|
||||
CATEGORIES= graphics ruby
|
||||
MASTER_SITES= ${RUBY_GNOME_MASTER_SITES}
|
||||
MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR}
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ${RUBY_GNOME_DISTNAME}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= art_lgpl.5:${PORTSDIR}/graphics/libart
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
||||
.include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common"
|
||||
|
||||
WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME}
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
DOCS_EN= ChangeLog README
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
||||
${CP} -R ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
|
||||
.for f in ${DOCS_EN}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/ruby-libart2/pkg-comment
Normal file
1
graphics/ruby-libart2/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Ruby binding for libart
|
4
graphics/ruby-libart2/pkg-descr
Normal file
4
graphics/ruby-libart2/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Ruby/libart is a Ruby binding for libart.
|
||||
|
||||
Author: KUBO Takehiro <kubo@jiubao.org>, Ruby-GNOME Project Team
|
||||
WWW: http://ruby-gnome.sourceforge.net/
|
6
graphics/ruby-libart2/pkg-plist
Normal file
6
graphics/ruby-libart2/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/libart.so
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/libart/gnome-canvas.rb
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/libart
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/libart/ChangeLog
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/libart/README
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/libart
|
Loading…
Reference in New Issue
Block a user