diff options
Diffstat (limited to 'graphics/ruby-libart2/Makefile')
-rw-r--r-- | graphics/ruby-libart2/Makefile | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/graphics/ruby-libart2/Makefile b/graphics/ruby-libart2/Makefile deleted file mode 100644 index aa9e054a2..000000000 --- a/graphics/ruby-libart2/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: Ruby/libart2 -# Date created: 1 September 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/ruby-libart2/Makefile,v 1.2 2005/10/17 07:05:41 mezz Exp $ -# - -PORTNAME= libart2 -PORTVERSION= ${RUBY_GNOME_PORTVERSION} -PORTREVISION= 1 -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= mezz@FreeBSD.org -COMMENT= Ruby binding for Libart2 - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png - -USE_RUBY= yes -USE_GNOME= libartlgpl2 -USE_RUBY_EXTCONF= yes - -.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" - -WRKSRC= ${RUBY_GNOME_WRKSRC}/libart -INSTALL_TARGET= site-install - -DOCS= COPYING.LIB ChangeLog README - -post-patch: general-patch - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${RUBY_MODEXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ - @${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> |