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:
parent
967a28aef2
commit
afc78c66c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165953
@ -132,6 +132,7 @@
|
||||
SUBDIR += fpc-libpng
|
||||
SUBDIR += fpc-ncurses
|
||||
SUBDIR += fpc-opengl
|
||||
SUBDIR += fpc-pasjpeg
|
||||
SUBDIR += fracplanet
|
||||
SUBDIR += fractorama
|
||||
SUBDIR += fraqtive
|
||||
|
18
graphics/fpc-pasjpeg/Makefile
Normal file
18
graphics/fpc-pasjpeg/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user