diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-14 02:36:58 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-14 02:36:58 +0000 |
commit | ab30dd2a051bead383653a604d2804487037f636 (patch) | |
tree | 1afe68fd7acb7db7474dffe7808edef768619f02 /lang/alisp/Makefile | |
parent | d576ed3f76f30b1cd5a4954271c50c0b74ad0375 (diff) | |
download | ports-ab30dd2a051bead383653a604d2804487037f636.tar.gz ports-ab30dd2a051bead383653a604d2804487037f636.zip |
Notes
Diffstat (limited to 'lang/alisp/Makefile')
-rw-r--r-- | lang/alisp/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile index 2c1b94d5d60a..8ec709d5380f 100644 --- a/lang/alisp/Makefile +++ b/lang/alisp/Makefile @@ -6,21 +6,18 @@ # PORTNAME= alisp -PORTVERSION= 20050425 -PORTREVISION= 1 +PORTVERSION= 20060602 CATEGORIES= lang devel lisp MASTER_SITES= http://www.t3x.org/files/ MAINTAINER= nmh@t3x.org -COMMENT= A tail-recursive interpreter for purely symbolic LISP - -BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x +COMMENT= An interpreter for purely symbolic LISP MAN7= alisp.7 MANCOMPRESSED= no -MAKE_ENV+= T3XDIR=${LOCALBASE}/t3x/r8 \ - BINOWN=${BINOWN} \ +INSTALLS_SHLIB= yes +MAKE_ENV+= BINOWN=${BINOWN} \ BINGRP=${BINGRP} \ PREFIX=${PREFIX} |