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:
parent
9280f61e8f
commit
c3e59b7a1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165946
@ -126,6 +126,7 @@
|
||||
SUBDIR += fpc-fpgtk
|
||||
SUBDIR += fpc-ggi
|
||||
SUBDIR += fpc-gtk
|
||||
SUBDIR += fpc-gtk2
|
||||
SUBDIR += fracplanet
|
||||
SUBDIR += fractorama
|
||||
SUBDIR += fraqtive
|
||||
|
20
graphics/fpc-gtk2/Makefile
Normal file
20
graphics/fpc-gtk2/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user