Add fpc-pthreads , free Pascal wraper for the pthreads library.

PR:		ports/98653
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
This commit is contained in:
Renato Botelho 2006-06-21 15:48:59 +00:00
parent 8610755749
commit 77764501f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165941
2 changed files with 19 additions and 0 deletions

View File

@ -288,6 +288,7 @@
SUBDIR += fpc-fv
SUBDIR += fpc-gdb
SUBDIR += fpc-gdbint
SUBDIR += fpc-pthreads
SUBDIR += fpc-regexpr
SUBDIR += fpp
SUBDIR += freebase

View File

@ -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"