diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 15:48:59 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 15:48:59 +0000 |
commit | 77764501f6198a31eb80c726cdc76cf01f91b102 (patch) | |
tree | 702cf05c153591b2337911c01feb321842304164 /devel/fpc-pthreads | |
parent | 8610755749997ceadc6fb78fc220681320de4548 (diff) |
Add fpc-pthreads , free Pascal wraper for the pthreads library.
PR: ports/98653
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes
Notes:
svn path=/head/; revision=165941
Diffstat (limited to 'devel/fpc-pthreads')
-rw-r--r-- | devel/fpc-pthreads/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/fpc-pthreads/Makefile b/devel/fpc-pthreads/Makefile new file mode 100644 index 000000000000..d05e087622b3 --- /dev/null +++ b/devel/fpc-pthreads/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: fpc-pthreads +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= devel lang +PKGNAMESUFFIX= -pthreads + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal wraper for the pthreads library + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" |