diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 16:04:09 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 16:04:09 +0000 |
commit | 8fe63aeaad60918dda11da16b6b49e39ca27f3e1 (patch) | |
tree | a2b8de9d8cd2f5fa699423e1a50faad65b98da73 | |
parent | afc78c66c6fadf4d10172d54212bc59f2db777ed (diff) |
Notes
-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 8b3d2d52205f..ecc31e16fc06 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 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" |