2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Alexander Logvinov <ports@logvinov.com>
|
2007-06-10 01:49:32 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gd2
|
|
|
|
PORTVERSION= 1.1.1
|
2013-08-09 16:05:52 +02:00
|
|
|
PORTREVISION= 4
|
2007-06-10 01:49:32 +02:00
|
|
|
CATEGORIES= graphics rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2007-06-10 01:49:32 +02:00
|
|
|
|
2010-12-09 00:08:04 +01:00
|
|
|
MAINTAINER= ruby@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
|
|
|
|
2014-07-14 01:36:40 +02:00
|
|
|
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
|
2007-06-10 01:49:32 +02:00
|
|
|
|
|
|
|
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:
|
2014-01-24 15:55:44 +01:00
|
|
|
@${REINPLACE_CMD} 's|so.2|so.4|' ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/gd2.rb
|
2007-06-10 01:49:32 +02:00
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
.include <bsd.port.mk>
|