freebsd-ports/lang/yap/Makefile

45 lines
932 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: yap
# Date created: Apr 29, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= yap
PORTVERSION= 4.5.2
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
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
2002-06-02 08:15:52 +02:00
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
2002-06-02 08:15:52 +02:00
LDFLAGS="-L${LOCALBASE}/lib"
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
post-extract:
@${RM} -f ${WRKSRC}/docs/*.info*
post-build:
cd ${WRKSRC}/docs && makeinfo --no-split yap.tex
pre-install:
${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>