openbsd-ports/devel/ruby-ncurses/Makefile
sturm c48321f2f5 add CONFIGURE_STYLE "ruby setup" and related targets
move LIB_DEPENDS to relevant ports, no PKGNAME bump needed
this is in preparation of a soon to come ruby-gems port

with msf's consent
2006-06-11 18:57:11 +00:00

44 lines
940 B
Makefile

# $OpenBSD: Makefile,v 1.6 2006/06/11 18:57:11 sturm Exp $
COMMENT= "Ruby interface to ncurses"
VERSION= 0.8
DISTNAME= ncurses-ruby-${VERSION}
PKGNAME= ruby-ncurses-${VERSION}p0
CATEGORIES= devel
HOMEPAGE= http://ncurses-ruby.berlios.de/
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m ncurses panel
MASTER_SITES= http://download.berlios.de/ncurses-ruby/
EXTRACT_SUFX= .tar.bz2
MODULES= lang/ruby
LIB_DEPENDS= ruby.1.84::lang/ruby
CONFIGURE_STYLE= simple
INSTALL_TARGET= site-install
NO_REGRESS= Yes
DOC_DIR= ${MODRUBY_DOCDIR}/ruby-ncurses
SAMPLE_DIR= ${MODRUBY_EXAMPLEDIR}/ruby-ncurses
post-install:
${INSTALL_DATA_DIR} ${DOC_DIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOC_DIR}
${INSTALL_DATA_DIR} ${SAMPLE_DIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${SAMPLE_DIR}
.include <bsd.port.mk>