d8d2cf17f9
released in ~5yrs. - WITH_SLANG2 is now no longer a valid ports knob - WITH_SLANG implies devel/libslang2 now - devel/libslang -> devel/libslang2 is a SHARED LIB bump so bump PORTREVISION for affected ports - Take MAINTAINER for most unmaintained ports in this chain - some SF macro conversions - BROKEN with devel/libslang2 and DEPRECATE math/slsc (abandoned upstream) - BROKEN with devel/libslang2 japanese/slirc PR: ports/125255 Reviewed by: garga (libslang maintainer), portmgr (pav) Exp Run by: pav
17 lines
357 B
Makefile
17 lines
357 B
Makefile
# New ports collection makefile for: Ruby-slang (slanglib)
|
|
# Date created: 23 Aug 2000
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/ruby-slang
|
|
|
|
CATEGORIES= japanese
|
|
|
|
MAINTAINER= pgollucci@FreeBSD.org
|
|
COMMENT= S-Lang-jp extension module for Ruby
|
|
|
|
WITH_JAPANESE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|