32 lines
789 B
Makefile
32 lines
789 B
Makefile
# $NetBSD: Makefile.common,v 1.6 2006/09/09 02:49:32 obache Exp $
|
|
#
|
|
|
|
DISTNAME?= gcl-2.5.3
|
|
CATEGORIES?= lang
|
|
MASTER_SITES?= ${MASTER_SITE_GNU:=gcl/}
|
|
|
|
MAINTAINER?= tech-pkg@NetBSD.org
|
|
HOMEPAGE?= http://www.gnu.org/software/gcl/gcl.html
|
|
COMMENT?= GNU Common Lisp
|
|
|
|
USE_PKGLOCALEDIR?= yes
|
|
USE_X11= yes
|
|
USE_LIBTOOL?= yes
|
|
LIBTOOL_OVERRIDE?= ${WRKSRC}/libtool
|
|
GNU_CONFIGURE?= yes
|
|
MAKE_FILE= makefile
|
|
|
|
DISTINFO_FILE?= ${.CURDIR}/../gcl/distinfo
|
|
COMMON_FILESDIR?= ${.CURDIR}/../gcl/files
|
|
PATCHDIR?= ${.CURDIR}/../gcl/patches
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# only for OS which it can't guess. NetBSD currently is one of them.
|
|
|
|
.if ${OPSYS}=="NetBSD"
|
|
CONFIGURE_ARGS+=--enable-machine=NetBSD
|
|
.endif
|
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../lang/tcl/buildlink3.mk"
|