freebsd-ports/graphics/ruby-graph/Makefile

40 lines
788 B
Makefile
Raw Normal View History

# New ports collection makefile for: GraphR
# Date created: 24 October 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= graph
2001-11-17 11:08:43 +01:00
PORTVERSION= 0.1.9
CATEGORIES= graphics ruby
2001-11-01 20:42:00 +01:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rockit
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}r-${PORTVERSION:S/./-/g}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
2003-02-18 06:20:09 +01:00
COMMENT= Graph-related Ruby classes
RUN_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz
USE_RUBY= yes
NO_BUILD= yes
2001-11-17 11:08:43 +01:00
DOCS= BUGS Changelog README
2001-11-01 20:42:00 +01:00
do-install:
cd ${WRKSRC}; ${RUBY} install.rb
post-install:
.if !defined(NOPORTDOCS)
2002-10-06 23:08:30 +02:00
${MKDIR} ${RUBY_MODDOCDIR}
2001-11-01 20:42:00 +01:00
.for f in ${DOCS}
2002-10-06 23:08:30 +02:00
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
2001-11-01 20:42:00 +01:00
.endfor
.endif
.include <bsd.port.mk>