freebsd-ports/graphics/rubygem-gd2/Makefile
Martin Wilke c0cba95d1a Ruby binding for Thomas Boutell's gd 2.x graphics library
WWW: http://gd2.rubyforge.org/

PR:		ports/113503
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2007-06-09 23:49:32 +00:00

25 lines
639 B
Makefile

# Ports collection makefile for: rubygem-gd2
# Date created: 07 June 2007
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
PORTNAME= gd2
PORTVERSION= 1.1.1
CATEGORIES= graphics rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@logvinov.com
COMMENT= Ruby binding for Thomas Boutell's gd 2.x graphics library
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
REINPLACE_ARGS= -i ""
post-install:
@${REINPLACE_CMD} 's|so.2|so.4|' ${PREFIX}/${GEM_LIB_DIR}/lib/gd2.rb
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>