1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/lang/ruby14/Makefile
Masafumi Max NAKANE d55f35c524 Upgrade, 1.0-971125 -> 1.0-971225.
PR:		5684
Submitted by:	maintainer

While at this, some cleanup:
1. Compress the man page by using MAN1, instead of patching up
   Makefile.in.

2. HAS_CONFIGURE -> GNU_CONFIGUURE to better reflect the reality as
   well as to respect the value of ${PREFIX}.
1998-02-11 23:56:30 +00:00

23 lines
493 B
Makefile

# New ports collection makefile for: ruby
# Version required: 1.0-971225
# Date created: 04 September 1997
# Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
#
# $Id: Makefile,v 1.4 1997/12/01 08:09:37 vanilla Exp $
#
DISTNAME= ruby-1.0-971225
PKGNAME= ruby-1.0
CATEGORIES= lang
MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/
MAINTAINER= usagi@ruby.club.or.jp
GNU_CONFIGURE= yes
MAN1= ruby.1
test:
@(cd ${WRKSRC}; make test)
.include <bsd.port.mk>