diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-12-24 18:39:48 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-12-24 18:39:48 +0000 |
commit | 332b0f4a830f7403e0b41592bbae6e4094f8ef23 (patch) | |
tree | 9aa86e9c08a6d45d9cb6cc1ab3b1b095d54bc7ec /lang | |
parent | 9740f4f2a2937848763617cab19467f5846aaceb (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/dylan/Makefile | 4 | ||||
-rw-r--r-- | lang/dylan/pkg-descr | 17 | ||||
-rw-r--r-- | lang/scheme48/Makefile | 2 |
3 files changed, 10 insertions, 13 deletions
diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile index 450e574bf217..917298bcfa68 100644 --- a/lang/dylan/Makefile +++ b/lang/dylan/Makefile @@ -21,14 +21,14 @@ MASTER_SITES= ftp://berlin.ccc.de/pub/gd/src/ \ ftp://ftp.fu-berlin.de/pub/unix/languages/dylan/src/ \ ftp://ftp.fu-berlin.de/pub/unix/languages/dylan/FreeBSD/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} d2c-2.2.0-FreeBSD.gz -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= housel@acm.org +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} WRKSRC= $(WRKDIR)/gd/src GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=$(PREFIX) --srcdir=$(WRKSRC) +CONFIGURE_ARGS= --srcdir=$(WRKSRC) CONFIGURE_ENV= D2C="$(WRKDIR)/d2c" USE_GMAKE= yes diff --git a/lang/dylan/pkg-descr b/lang/dylan/pkg-descr index 52863c916242..91cf116432c2 100644 --- a/lang/dylan/pkg-descr +++ b/lang/dylan/pkg-descr @@ -1,12 +1,11 @@ -This is a port of the CMU Gwydion project's implementation of the -Dylan programming language. Dylan is an object-oriented language with -many powerful features, including automatic memory management (garbage -collection), generic functions (also known as multiple dispatch or -multi-methods), multiple inheritance, a powerful and safe macro -facility for extending the language's syntax, and a powerful class and -function library. Though it is a DYnamic LANguage, it includes -facilities for making compiled programs more efficient than many other -dynamic languages. +CMU Gwydion project's implementation of the Dylan programming language. +Dylan is an object-oriented language with many powerful features, including +automatic memory management (garbage collection), generic functions (also +known as multiple dispatch or multi-methods), multiple inheritance, a +powerful and safe macro facility for extending the language's syntax, and a +powerful class and function library. Though it is a DYnamic LANguage, it +includes facilities for making compiled programs more efficient than many +other dynamic languages. The Dylan language was originally developed by Apple, but the project was dropped just as the language definition was being finished and diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index 58a613d52c0d..d371b7a7182f 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -14,9 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= jmacd@FreeBSD.org GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} ALL_TARGET = enough -#NO_WRKSUBDIR= yes STRIP= MAN1= scheme48.1 |