opnsense-ports/devel/fpc-pthreads/Makefile
Franco Fichtner 28a5acb92e */*: sync with upstream
Taken from: HardenedBSD
2018-04-05 02:21:02 +02:00

15 lines
343 B
Makefile

# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
CATEGORIES= devel lang
PKGNAMESUFFIX= -pthreads
COMMENT= Free Pascal wrapper for the pthreads library
USES= fpc
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"