diff options
author | garga <garga@FreeBSD.org> | 2006-06-22 00:04:09 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-06-22 00:04:09 +0800 |
commit | 9f2c01070252b460301bd86455c5b182eaa195b2 (patch) | |
tree | 8c6ffc446b32333a416f38191d29e29b95b373bf /graphics | |
parent | 6a91fa630c7e6471f17eeb4d3ce86685ae3ec580 (diff) | |
download | freebsd-ports-graphics-9f2c01070252b460301bd86455c5b182eaa195b2.tar.gz freebsd-ports-graphics-9f2c01070252b460301bd86455c5b182eaa195b2.tar.zst freebsd-ports-graphics-9f2c01070252b460301bd86455c5b182eaa195b2.zip |
Add fpc-svgalib , free Pascal interface to the SVGA graphics library.
PR: ports/98675
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-svgalib/Makefile | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 8b3d2d52205..ecc31e16fc0 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -133,6 +133,7 @@ SUBDIR += fpc-ncurses SUBDIR += fpc-opengl SUBDIR += fpc-pasjpeg + SUBDIR += fpc-svgalib SUBDIR += fracplanet SUBDIR += fractorama SUBDIR += fraqtive diff --git a/graphics/fpc-svgalib/Makefile b/graphics/fpc-svgalib/Makefile new file mode 100644 index 00000000000..3bb7a7e29bf --- /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" |