diff options
author | garga <garga@FreeBSD.org> | 2006-06-21 23:58:05 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-06-21 23:58:05 +0800 |
commit | d5549fb9d11ce2ea899f76bd2d6817763a6234c0 (patch) | |
tree | aa9ec795581c6b6cfd71ef5fe5f9abea976c2b75 /graphics | |
parent | c8764a2cec576060fc81e7fb48657e674bc05386 (diff) | |
download | freebsd-ports-gnome-d5549fb9d11ce2ea899f76bd2d6817763a6234c0.tar.gz freebsd-ports-gnome-d5549fb9d11ce2ea899f76bd2d6817763a6234c0.tar.zst freebsd-ports-gnome-d5549fb9d11ce2ea899f76bd2d6817763a6234c0.zip |
Add fpc-libgd , free Pascal interface to libgd for producing graphics
files.
PR: ports/98672
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/fpc-libgd/Makefile | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 9dd1a19d9b5c..df9eaedd7847 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -128,6 +128,7 @@ SUBDIR += fpc-gtk SUBDIR += fpc-gtk2 SUBDIR += fpc-imlib + SUBDIR += fpc-libgd SUBDIR += fracplanet SUBDIR += fractorama SUBDIR += fraqtive diff --git a/graphics/fpc-libgd/Makefile b/graphics/fpc-libgd/Makefile new file mode 100644 index 000000000000..49b23667122d --- /dev/null +++ b/graphics/fpc-libgd/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: fpc-libgd +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= graphics lang +PKGNAMESUFFIX= -libgd + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal interface to libgd for producing graphics files + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" |