741aecb607
and replace with appropriate references to PKGINFODIR instead. * Properly account for split info files during installation. * Move info file listings directly into the package PLISTs. This fixes info-file-related PLIST problems.
27 lines
774 B
Makefile
27 lines
774 B
Makefile
# $NetBSD: Makefile,v 1.30 2006/03/20 18:15:38 jlam Exp $
|
|
|
|
DISTNAME= guile-1.4.1
|
|
PKGNAME= guile14-1.4.1
|
|
PKGREVISION= 8
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=guile/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/guile/guile.html
|
|
COMMENT= GNU's Ubiquitous Intelligent Language for Extension (old version)
|
|
|
|
GNU_CONFIGURE= YES
|
|
GNU_CONFIGURE_PREFIX= ${PREFIX}/guile/1.4
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= YES
|
|
USE_GNU_READLINE= YES
|
|
PTHREAD_AUTO_VARS= YES
|
|
INFO_FILES= # PLIST
|
|
|
|
BUILDLINK_PASSTHRU_DIRS= ${PREFIX}/guile/1.4
|
|
|
|
.include "../../devel/libltdl/buildlink3.mk"
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|