19 lines
584 B
Makefile
19 lines
584 B
Makefile
# $NetBSD: Makefile,v 1.4 2003/08/30 08:23:16 taca Exp $
|
|
# FreeBSD: ports/devel/ruby-racc-runtime/Makefile,v 1.2 2000/10/08 10:19:28 asami Exp
|
|
DISTNAME= ${RACC_DISTFILE}
|
|
PKGNAME?= ${RACC_NAME}-runtime-${RACC_VERSION}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${RACC_SITES}
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= ${RACC_HOMEPAGE}
|
|
COMMENT= Runtime libraries for Racc.
|
|
|
|
CONFIGURE_ARGS+=--with=raccrt
|
|
DISTINFO_FILE= ${.CURDIR}/../ruby-racc/distinfo
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR}/racc
|
|
${INSTALL_DATA_DIR} ${RUBY_SITEARCHLIBDIR}/racc
|
|
|
|
.include "../ruby-racc/Makefile.common"
|