2006-06-21 17:48:59 +02:00
|
|
|
# New ports collection makefile for: fpc-pthreads
|
|
|
|
# Date created: 2006-06-05
|
|
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2009-01-14 07:13:57 +01:00
|
|
|
PORTREVISION= 0
|
2006-06-21 17:48:59 +02:00
|
|
|
CATEGORIES= devel lang
|
|
|
|
PKGNAMESUFFIX= -pthreads
|
|
|
|
|
2006-07-24 13:21:27 +02:00
|
|
|
MAINTAINER= acm@FreeBSD.org
|
2006-06-21 17:48:59 +02:00
|
|
|
COMMENT= Free Pascal wraper for the pthreads library
|
|
|
|
|
2008-06-24 17:18:15 +02:00
|
|
|
USE_FPC= yes
|
2006-06-21 17:48:59 +02:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
2009-01-14 07:13:57 +01:00
|
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
2006-07-24 13:21:27 +02:00
|
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
2006-06-21 17:48:59 +02:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|