From 53331551bd966d3855e3c7588f1abe5b695908b5 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 6 Nov 2003 21:03:44 +0000 Subject: - Update to version 4.4.3 PR: 59010 Submitted by: Ports Fury --- lang/yap/Makefile | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'lang/yap/Makefile') diff --git a/lang/yap/Makefile b/lang/yap/Makefile index 720140c45d50..b29c6bc0b7be 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -7,7 +7,7 @@ # PORTNAME= yap -PORTVERSION= 4.3.22 +PORTVERSION= 4.4.3 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,19 @@ COMMENT= A high-performance Prolog compiler LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +INFO= yap + +post-extract: + @${RM} -f ${WRKSRC}/docs/*.info* + +post-build: + cd ${WRKSRC}/docs && makeinfo --no-split yap.tex + +post-install: + ${INSTALL_DATA} ${WRKSRC}/docs/yap.info ${PREFIX}/info + install-info ${PREFIX}/info/yap.info ${PREFIX}/info/dir + .include -- cgit v1.2.3