Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Mar 2020 08:34:26 -0800
From:      Yuri <yuri@rawbw.com>
To:        freebsd-haskell@freebsd.org
Subject:   Re: How to specify an extra lib during a port build?
Message-ID:  <c2f1cce2-5252-df24-c765-2a62738f2e3b@rawbw.com>
In-Reply-To: <6b2f2978-db6a-62ed-f12b-1477148a2ddf@rawbw.com>
References:  <6b2f2978-db6a-62ed-f12b-1477148a2ddf@rawbw.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Here's the port Makefile that leads to the error:


# $FreeBSD$

PORTNAME=    penrose
DISTVERSIONPREFIX=    v
DISTVERSION=    0.1.1.1
CATEGORIES=    math haskell

MAINTAINER=    yuri@FreeBSD.org
COMMENT=    Create beautiful diagrams by typing mathematical notation in 
plain text

LICENSE=    BSD3CLAUSE

USES=        cabal
USE_GITHUB=    yes

.include <bsd.port.mk>


Yuri




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c2f1cce2-5252-df24-c765-2a62738f2e3b>