freebsd-ports/devel/ruby-dialogs/Makefile
Bill Fenner 61841194d5 The Ruby contrib directory hasn't existed for some time; mirror the
files on MASTER_SITE_LOCAL until someone upgrades these ports.
2005-11-28 04:40:21 +00:00

32 lines
701 B
Makefile

# New ports collection makefile for: rubyDialogs
# Date created: 2 March 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= dialogs
PORTVERSION= 1.1
CATEGORIES= devel ruby
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fenner/ruby-contrib
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple Ruby interface to dialog(1)
USE_RUBY= yes
RUBY_NO_BUILD_DEPENDS= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
${INSTALL_DATA} ${WRKDIR}/dialogs.rb ${RUBY_SITELIBDIR}/
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
${INSTALL_DATA} ${WRKDIR}/dialogs.html ${RUBY_MODDOCDIR}/
.endif
.include <bsd.port.mk>