aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fpc-pthreads/Makefile
blob: 9e9fba00615a1e259c174a2c3e1a0ae6189a749e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    fpc-pthreads
# Date created:             2006-06-05
# Whom:                 Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#

PORTREVISION=   0
CATEGORIES= devel lang
PKGNAMESUFFIX=  -pthreads

MAINTAINER= acm@FreeBSD.org
COMMENT=    Free Pascal wraper for the pthreads library

USE_FPC=    yes

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

.include "${MASTERDIR}/Makefile"