aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fpc-fcl-base/Makefile
blob: fef05567a0db3395fb20a1c2e9d29940737e35f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$

PORTREVISION=   2
CATEGORIES= devel lang
PKGNAMESUFFIX=  -fcl-base

MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT=    Free Pascal Component Library

USE_FPC=    hash paszlib pthreads

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

.include "${MASTERDIR}/Makefile"