aboutsummaryrefslogtreecommitdiff
path: root/devel/fpc-bfd
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 15:46:48 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 15:46:48 +0000
commit6811138265d4a31d93dbb79baf1ba77cbb1e4bc4 (patch)
treefc45db4e99a90c93bf02f0e4fb8aba11f3d99e6f /devel/fpc-bfd
parenteb0d782f33dee098ace2b7664652a49599119498 (diff)
downloadports-6811138265d4a31d93dbb79baf1ba77cbb1e4bc4.tar.gz
ports-6811138265d4a31d93dbb79baf1ba77cbb1e4bc4.zip
Notes
Diffstat (limited to 'devel/fpc-bfd')
-rw-r--r--devel/fpc-bfd/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/fpc-bfd/Makefile b/devel/fpc-bfd/Makefile
new file mode 100644
index 000000000000..bb3e20a46107
--- /dev/null
+++ b/devel/fpc-bfd/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: Free Pascal Compiler
+# Date created: 2006-06-05
+# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= devel lang
+PKGNAMESUFFIX= -bfd
+
+MAINTAINER= acardenas@bsd.org.pe
+COMMENT= Free Pascal interface for the GNU Binary Format description
+
+RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
+ ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd
+
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+
+.include "${MASTERDIR}/Makefile"