1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/ruby-statgrab/Makefile
Tim Bishop eb030f5a5c - Add devel/libstatgrab0 (copied from devel/libstatgrab)
- Switch bindings to use devel/libstatgrab0 instead of devel/libstatgrab
- Fix devel/pecl-statgrab to work with current PHP versions

I have an update ready for devel/libstatgrab (version 0.90) that
brings a number of API changes that are incompatible with the current
version. These bindings haven't yet been updated upstream to support
the new API, so instead of holding off indefinitely I've created the
devel/libstatgrab0 port to provide just the library and header file
for the older API version so that these bindings can continue to be
used when the main port is updated. Once these bindings are updated
the libstatgrab0 port can be removed.

Both devel/libstatgrab and devel/libstatgrab0 can be installed at the
same time.

The other ports that depend on devel/libstatgrab will be updated to
use the new API.
2014-05-12 16:56:23 +00:00

28 lines
571 B
Makefile

# Created by: Tim Bishop <tdb@FreeBSD.org>
# $FreeBSD$
PORTNAME= statgrab
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= devel ruby
MASTER_SITES= RF
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= tdb@FreeBSD.org
COMMENT= A set of Ruby bindings for libstatgrab
LIB_DEPENDS= libstatgrab0.so:${PORTSDIR}/devel/libstatgrab0
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
USES= pkgconfig
INSTALL_TARGET= site-install
post-install:
${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.mkdn ${STAGEDIR}${RUBY_MODDOCDIR}
.include <bsd.port.mk>