2001-05-12 16:29:14 -04:00
|
|
|
# New ports collection makefile for: Ruby-sysvipc
|
|
|
|
# Date created: 12 May 2001
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sysvipc
|
2001-07-01 12:11:42 -04:00
|
|
|
PORTVERSION= 0.3
|
2001-09-17 13:54:27 -04:00
|
|
|
PORTREVISION= 1
|
2001-05-12 16:29:14 -04:00
|
|
|
CATEGORIES= devel ruby
|
|
|
|
MASTER_SITES= http://deisui.bug.org/~ueno/ruby/
|
|
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
|
|
DIST_SUBDIR= ruby
|
|
|
|
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBY_EXTCONF= yes
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
USE_RUBY_RD= yes
|
|
|
|
.endif
|
|
|
|
|
|
|
|
INSTALL_TARGET= site-install
|
|
|
|
|
|
|
|
DOCS= sysvipc.html sysvipc.rd
|
|
|
|
|
|
|
|
post-build:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
cd ${WRKSRC} && ${RUBY_RD} sysvipc.rd > sysvipc.html
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
|
|
|
|
.for f in ${DOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|