mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
17 lines
286 B
Makefile
17 lines
286 B
Makefile
|
# New ports collection makefile for: Ruby-Racc-runtime
|
||
|
# Date created: 22 Aug 2000
|
||
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../ruby-racc
|
||
|
|
||
|
PKGNAMESUFFIX= -runtime
|
||
|
|
||
|
PKGDIR= ${.CURDIR}/pkg
|
||
|
|
||
|
RUNTIME= yes
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|