aboutsummaryrefslogtreecommitdiffstats
path: root/math/fpc-gmp/Makefile
blob: 93000b52547bf009f97b12c4e0fb4f9712ff05a6 (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
# New ports collection makefile for:    fpc-gmp
# Date created:     2010-04-22
# Whom:         Christopher Key <cjk32@cam.ac.uk>
#
# $FreeBSD$
#

PORTREVISION=   0
CATEGORIES= math lang
PKGNAMESUFFIX=  -gmp

MAINTAINER= acm@FreeBSD.org
COMMENT=    Free Pascal interface to gmp library

USE_FPC=    yes

MASTERDIR=  ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+=    ${WRKUNITDIR}

OPTIONS=    GMP "Install gmp library"   on

.include "${MASTERDIR}/Makefile"