summaryrefslogtreecommitdiff
path: root/graphics/fpc-svgalib
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 16:04:09 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 16:04:09 +0000
commit8fe63aeaad60918dda11da16b6b49e39ca27f3e1 (patch)
treea2b8de9d8cd2f5fa699423e1a50faad65b98da73 /graphics/fpc-svgalib
parentAdd fpc-pasjpeg , handling JPEG files with Pascal. (diff)
Add fpc-svgalib , free Pascal interface to the SVGA graphics library.
PR: ports/98675 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes
Notes: svn path=/head/; revision=165954
Diffstat (limited to 'graphics/fpc-svgalib')
-rw-r--r--graphics/fpc-svgalib/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/fpc-svgalib/Makefile b/graphics/fpc-svgalib/Makefile
new file mode 100644
index 000000000000..3bb7a7e29bf4
--- /dev/null
+++ b/graphics/fpc-svgalib/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: fpc-svgalib
+# Date created: 2006-06-05
+# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics lang
+PKGNAMESUFFIX= -svgalib
+
+MAINTAINER= acardenas@bsd.org.pe
+COMMENT= Free Pascal interface to the SVGA graphics library
+
+RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
+LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib
+
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+
+.include "${MASTERDIR}/Makefile"