freebsd-ports/textproc/rubygem-augeas/Makefile
Baptiste Daroussin b84c92eea5 Eradicate USE_GNOME=pkgconfig from textproc
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
2013-08-30 23:52:24 +00:00

21 lines
466 B
Makefile

# Whom: Russell Jackson <raj@csub.edu>
# $FreeBSD$
PORTNAME= ruby-augeas
PORTVERSION= 0.5.0
CATEGORIES= textproc rubygems
MASTER_SITES= http://download.augeas.net/ruby/
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby bindings for Augeas
LIB_DEPENDS= augeas:${PORTSDIR}/textproc/augeas
USE_RUBY= yes
USE_RUBYGEMS= yes
USES= pkgconfig
USE_GNOME= libxml2
RUBYGEM_AUTOPLIST= yes
CONFIGURE_ARGS+= --with-opt-include="${LOCALBASE}/include/libxml2"
.include <bsd.port.mk>