1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Drop maintainership

- portlint(1)

PR:		93874
Submitted by:	maintainer
This commit is contained in:
Marcus Alves Grando 2006-03-15 13:34:12 +00:00
parent d116c1d883
commit 10b48bab79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157268
2 changed files with 4 additions and 6 deletions

View File

@ -11,7 +11,7 @@ CATEGORIES= lang lisp
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=${PORTNAME}/release/${PORTVERSION}
MAINTAINER= jakub@rehor.net
MAINTAINER= ports@FreeBSD.org
COMMENT= A Common Lisp implementation
BUILD_DEPENDS= ${LOCALBASE}/lib/libsigsegv.a:${PORTSDIR}/devel/libsigsegv \
@ -22,6 +22,8 @@ USE_ICONV= yes
GNU_CONFIGURE= yes
USE_GETTEXT= yes
MAN1= clisp.1
# Build subdirectory
BUILD_DIRNAME=${CONFIGURE_TARGET}
@ -32,7 +34,7 @@ MAKEMAKE_ARGS=--prefix=${PREFIX} --mandir=${PREFIX}/man --with-dynamic-ffi \
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64 || ${ARCH} == ia64
CONFIGURE_ARGS+= --disable-mmap
CONFIGURE_ARGS+= --disable-mmap
.endif
# The source doesn't include a top-level Makefile, so we'll fake one.
@ -46,6 +48,4 @@ post-configure:
./makemake ${MAKEMAKE_ARGS} > Makefile && \
make config.lisp
MAN1= clisp.1
.include <bsd.port.post.mk>

View File

@ -20,5 +20,3 @@ An X11 interface is available through CLX, Garnet, CLUE/CLIO.
GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages.
WWW: http://clisp.cons.org/
- Jakub Rehor
jakub@rehor.net