Add fpc-libgd , free Pascal interface to libgd for producing graphics

files.

PR:		ports/98672
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
This commit is contained in:
Renato Botelho 2006-06-21 15:58:05 +00:00
parent 4fe93cb540
commit 77f37cc77f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165948
2 changed files with 20 additions and 0 deletions

View file

@ -128,6 +128,7 @@
SUBDIR += fpc-gtk
SUBDIR += fpc-gtk2
SUBDIR += fpc-imlib
SUBDIR += fpc-libgd
SUBDIR += fracplanet
SUBDIR += fractorama
SUBDIR += fraqtive

View file

@ -0,0 +1,19 @@
# New ports collection makefile for: fpc-libgd
# Date created: 2006-06-05
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
CATEGORIES= graphics lang
PKGNAMESUFFIX= -libgd
MAINTAINER= acardenas@bsd.org.pe
COMMENT= Free Pascal interface to libgd for producing graphics files
RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
MASTERDIR= ${.CURDIR}/../../lang/fpc
.include "${MASTERDIR}/Makefile"