1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11-toolkits/ruby-fox-devel/Makefile
Sam Lawrance d33b0a1eea Update to 1.2.6 and use fox1.2 instead of fox1.4 (due to fox1.4 incompatibilities)
PR:		ports/84235
Submitted by:	Alexander Novitsky <alecn2002@yandex.ru> (maintainer)
2005-08-01 16:44:19 +00:00

45 lines
1.1 KiB
Makefile

# New ports collection makefile for: FXRuby
# Date created: 24 February 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= fox
PORTVERSION= 1.2.6
CATEGORIES= x11-toolkits ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/4003/
MASTER_SITE_SUBDIR= fxruby
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
PKGNAMESUFFIX= -devel
DISTNAME= FXRuby-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= alecn2002@yandex.ru
COMMENT= Ruby extension module to use FOX 1.2, aka FXRuby
LIB_DEPENDS= FOX-1.2:${PORTSDIR}/x11-toolkits/fox12 \
png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
fxscintilla.17:${PORTSDIR}/x11-toolkits/fxscintilla-fox12
FETCH_CMD= /usr/bin/fetch -Rr
USE_RUBY= yes
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb
NOHARM_ARGS= --no-harm
USE_XLIB= yes
USE_GL= yes
install-noharm:
cd ${WRKSRC}; \
${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install ${NOHARM_ARGS} ${RUBY_INSTALL_ARGS}
do-install:
@${ECHO_MSG} "===> Running ${RUBY_SETUP} to install"
@cd ${INSTALL_WRKSRC}; \
${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install ${RUBY_INSTALL_ARGS}
.include <bsd.port.mk>