2001-04-29 16:43:09 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: yap
|
|
|
|
# Date created: Apr 29, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= yap
|
2004-09-03 10:12:18 +02:00
|
|
|
PORTVERSION= 4.5.2
|
2001-04-29 16:43:09 +02:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
DISTNAME= Yap-${PORTVERSION}
|
|
|
|
|
2001-07-18 18:57:23 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A high-performance Prolog compiler
|
2001-04-29 16:43:09 +02:00
|
|
|
|
2002-07-06 08:12:00 +02:00
|
|
|
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
|
2001-04-29 16:43:09 +02:00
|
|
|
|
2002-06-02 08:15:52 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-09-03 10:12:18 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-11-06 22:03:44 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2002-06-02 08:15:52 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2001-04-29 16:43:09 +02:00
|
|
|
|
2003-11-06 22:03:44 +01:00
|
|
|
INFO= yap
|
|
|
|
|
2004-02-23 06:10:39 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-11-18 09:28:30 +01:00
|
|
|
.if ${ARCH} != "i386"
|
|
|
|
BROKEN= "Does not compile on !i386"
|
2004-02-23 06:10:39 +01:00
|
|
|
.endif
|
|
|
|
|
2003-11-06 22:03:44 +01:00
|
|
|
post-extract:
|
|
|
|
@${RM} -f ${WRKSRC}/docs/*.info*
|
|
|
|
|
|
|
|
post-build:
|
|
|
|
cd ${WRKSRC}/docs && makeinfo --no-split yap.tex
|
|
|
|
|
2004-04-14 05:33:40 +02:00
|
|
|
pre-install:
|
2003-11-06 22:03:44 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/yap.info ${PREFIX}/info
|
|
|
|
install-info ${PREFIX}/info/yap.info ${PREFIX}/info/dir
|
|
|
|
|
2004-02-23 06:10:39 +01:00
|
|
|
.include <bsd.port.post.mk>
|