4bcccab001
fixes several coredump bugs and fatal threading problems. Remove the autoconf dependency by including a pre-generated configure script in the distfile. It now also includes a pre-generated parse.c made by bison 1.35.
16 lines
294 B
Makefile
16 lines
294 B
Makefile
# New ports collection makefile for: ruby_static-devel
|
|
# Date created: 3 June 2001
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../ruby_static
|
|
|
|
PORTREVISION= 0
|
|
|
|
RUBY_VER= 1.7
|
|
|
|
LATEST_LINK= ruby_static-devel
|
|
|
|
.include "${MASTERDIR}/Makefile"
|