1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/graphics/rubygem-gd2/Makefile
Baptiste Daroussin 3fee911366 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:36:40 +00:00

25 lines
509 B
Makefile

# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= gd2
PORTVERSION= 1.1.1
PORTREVISION= 4
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for Thomas Boutell's gd 2.x graphics library #'
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
REINPLACE_ARGS= -i ""
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
post-install:
@${REINPLACE_CMD} 's|so.2|so.4|' ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/gd2.rb
.include <bsd.port.mk>