2007-06-10 01:49:32 +02:00
|
|
|
# Ports collection makefile for: rubygem-gd2
|
|
|
|
# Date created: 07 June 2007
|
|
|
|
# Whom: Alexander Logvinov <ports@logvinov.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gd2
|
|
|
|
PORTVERSION= 1.1.1
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 2
|
2007-06-10 01:49:32 +02:00
|
|
|
CATEGORIES= graphics rubygems
|
2009-04-09 02:11:47 +02:00
|
|
|
MASTER_SITES= RF
|
2007-06-10 01:49:32 +02:00
|
|
|
|
2009-05-28 22:44:16 +02:00
|
|
|
MAINTAINER= avl@FreeBSD.org
|
2009-04-09 02:11:47 +02:00
|
|
|
COMMENT= Ruby binding for Thomas Boutell's gd 2.x graphics library #'
|
2007-06-10 01:49:32 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
|
|
|
|
|
|
|
|
REINPLACE_ARGS= -i ""
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 02:03:48 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
2007-06-10 01:49:32 +02:00
|
|
|
post-install:
|
|
|
|
@${REINPLACE_CMD} 's|so.2|so.4|' ${PREFIX}/${GEM_LIB_DIR}/lib/gd2.rb
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
.include <bsd.port.mk>
|