Add fpc-gtk2 , free Pascal interface to the GTK2 libraries.

PR:		ports/98669
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
This commit is contained in:
Renato Botelho 2006-06-21 15:55:45 +00:00
parent 9280f61e8f
commit c3e59b7a1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165946
2 changed files with 21 additions and 0 deletions

View File

@ -126,6 +126,7 @@
SUBDIR += fpc-fpgtk
SUBDIR += fpc-ggi
SUBDIR += fpc-gtk
SUBDIR += fpc-gtk2
SUBDIR += fracplanet
SUBDIR += fractorama
SUBDIR += fraqtive

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: fpc-gtk2
# Date created: 2006-06-05
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
CATEGORIES= graphics lang
PKGNAMESUFFIX= -gtk2
MAINTAINER= acardenas@bsd.org.pe
COMMENT= Free Pascal interface to the GTK2 libraries
RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
USE_GNOME= gtk20
MASTERDIR= ${.CURDIR}/../../lang/fpc
.include "${MASTERDIR}/Makefile"