aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 15:48:59 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 15:48:59 +0000
commit77764501f6198a31eb80c726cdc76cf01f91b102 (patch)
tree702cf05c153591b2337911c01feb321842304164
parent8610755749997ceadc6fb78fc220681320de4548 (diff)
downloadports-77764501f6198a31eb80c726cdc76cf01f91b102.tar.gz
ports-77764501f6198a31eb80c726cdc76cf01f91b102.zip
Notes
-rw-r--r--devel/Makefile1
-rw-r--r--devel/fpc-pthreads/Makefile18
2 files changed, 19 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 092dfdc8f83e..293880458702 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -288,6 +288,7 @@
SUBDIR += fpc-fv
SUBDIR += fpc-gdb
SUBDIR += fpc-gdbint
+ SUBDIR += fpc-pthreads
SUBDIR += fpc-regexpr
SUBDIR += fpp
SUBDIR += freebase
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"