summaryrefslogtreecommitdiff
path: root/devel/libcerf/Makefile
blob: 3939aac0a41d2fa9f2e45e75b0b824e184dfd962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.2 2016/07/09 06:38:09 wiz Exp $

DISTNAME=	libcerf-1.4
PKGREVISION=	1
CATEGORIES=	math
MASTER_SITES=	http://apps.jcns.fz-juelich.de/src/libcerf/
EXTRACT_SUFX=	.tgz

MAINTAINER=	pkgsrc-users@NetBSD.0rg
HOMEPAGE=	http://apps.jcns.fz-juelich.de/doku/sc/libcerf
COMMENT=	Library providing efficient and accurate complex error functions
LICENSE=	mit

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_TOOLS+=	perl:build gmake pkg-config

PKGCONFIG_OVERRIDE+=	libcerf.pc.in

.include "../../mk/bsd.pkg.mk"