diff options
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/fpc-pasjpeg/Makefile | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 69fdc5cdf268..8b3d2d52205f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -132,6 +132,7 @@ SUBDIR += fpc-libpng SUBDIR += fpc-ncurses SUBDIR += fpc-opengl + SUBDIR += fpc-pasjpeg SUBDIR += fracplanet SUBDIR += fractorama SUBDIR += fraqtive diff --git a/graphics/fpc-pasjpeg/Makefile b/graphics/fpc-pasjpeg/Makefile new file mode 100644 index 000000000000..804e43cf8219 --- /dev/null +++ b/graphics/fpc-pasjpeg/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: fpc-pasjpeg +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= graphics lang +PKGNAMESUFFIX= -pasjpeg + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Handling JPEG files with Pascal + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" |