31705dc4b0
- Update COMMENT - Patch source file in post-patch: and match graphics/gd shlib version - Remove REINPLACE_ARGS - Update WWW - Bump PORTREVISION for package change
24 lines
456 B
Makefile
24 lines
456 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gd2
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby interface to gd 2 library
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|libgd.so.2|libgd.so.5|' ${WRKSRC}/lib/gd2.rb
|
|
|
|
.include <bsd.port.mk>
|