1a87af75bd
from rohee@ (maintainer), testing by alek@ and me "go ahead" espie@
29 lines
670 B
Makefile
29 lines
670 B
Makefile
# $OpenBSD: Makefile,v 1.22 2005/12/03 18:33:18 steven Exp $
|
|
|
|
COMMENT= "GNU's Ubiquitous Intelligent Language for Extension"
|
|
|
|
DISTNAME= guile-1.6.7
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=guile/}
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/guile/
|
|
|
|
MAINTAINER= Bruno Rohee <rohee@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c m ncurses readline
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
USE_LIBTOOL= Yes
|
|
USE_GMAKE= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/aclocal
|
|
${INSTALL_DATA} ${WRKSRC}/guile-config/qthreads.m4 ${PREFIX}/share/aclocal
|
|
|
|
.include <bsd.port.mk>
|