aboutsummaryrefslogtreecommitdiff
path: root/devel/fpc-pthreads
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 /devel/fpc-pthreads
parent8610755749997ceadc6fb78fc220681320de4548 (diff)
downloadports-77764501f6198a31eb80c726cdc76cf01f91b102.tar.gz
ports-77764501f6198a31eb80c726cdc76cf01f91b102.zip
Notes
Diffstat (limited to 'devel/fpc-pthreads')
-rw-r--r--devel/fpc-pthreads/Makefile18
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"