Add fpc-pasjpeg , handling JPEG files with Pascal.

PR:		ports/98647
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
This commit is contained in:
Renato Botelho 2006-06-21 16:03:07 +00:00
parent 967a28aef2
commit afc78c66c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165953
2 changed files with 19 additions and 0 deletions

View File

@ -132,6 +132,7 @@
SUBDIR += fpc-libpng
SUBDIR += fpc-ncurses
SUBDIR += fpc-opengl
SUBDIR += fpc-pasjpeg
SUBDIR += fracplanet
SUBDIR += fractorama
SUBDIR += fraqtive

View File

@ -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"