mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c68548820c
or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly.
38 lines
816 B
Makefile
38 lines
816 B
Makefile
# New ports collection makefile for: Ruby EB
|
|
# Date created: 6 Sep 2000
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= eb
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= japanese ruby
|
|
MASTER_SITES= http://www.osk.3web.ne.jp/~nyasu/software/
|
|
DISTNAME= ruby-${PORTNAME}${PORTVERSION}
|
|
DIST_SUBDIR= ruby
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
LIB_DEPENDS= eb.3:${PORTSDIR}/japanese/eb
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBY_EXTCONF= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
INSTALL_TARGET= site-install
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX}
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${RUBY_EXAMPLESDIR}/eb/ja/
|
|
${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_EXAMPLESDIR}/eb/ja/
|
|
${MKDIR} ${RUBY_DOCDIR}/eb/ja
|
|
${INSTALL_DATA} ${WRKSRC}/eb.html ${RUBY_DOCDIR}/eb/ja/
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|