11 lines
222 B
Makefile
11 lines
222 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/07/13 13:52:20 wiz Exp $
|
|
#
|
|
|
|
PKGNAME= dylan-interpreter-${DYLAN_VERSION}
|
|
PKGREVISION= 1
|
|
|
|
AUTOGEN_TARGET= --disable-d2c
|
|
|
|
CONFLICTS= dylan-compiler-[0-9]*
|
|
|
|
.include "${.CURDIR}/Makefile.common"
|