aboutsummaryrefslogtreecommitdiffstats
path: root/lang/yap/Makefile
blob: 720140c45d50465b8640fe74d0865f28178fde51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ex:ts=8
# New ports collection makefile for:    yap
# Date created:         Apr 29, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   yap
PORTVERSION=    4.3.22
CATEGORIES= lang
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   Yap-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A high-performance Prolog compiler

LIB_DEPENDS=    gmp.6:${PORTSDIR}/math/libgmp4

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>