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
|
2015-05-27 18:21:49 +02:00
|
|
|
PORTREVISION= 5
|
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
|
2015-05-27 18:21:49 +02:00
|
|
|
COMMENT= Ruby interface to gd 2 library
|
2007-06-10 01:49:32 +02:00
|
|
|
|
2015-05-27 18:21:49 +02:00
|
|
|
LICENSE= GPLv2
|
2007-06-10 01:49:32 +02:00
|
|
|
|
2015-05-27 18:21:49 +02:00
|
|
|
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
|
2007-06-10 01:49:32 +02:00
|
|
|
|
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
|
|
|
|
2015-05-27 18:21:49 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} 's|libgd.so.2|libgd.so.5|' ${WRKSRC}/lib/gd2.rb
|
2007-06-10 01:49:32 +02:00
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
.include <bsd.port.mk>
|