1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add fpc-gnome , free Pascal unit to create programs for GNOME 1.

PR:		ports/99310
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
This commit is contained in:
Renato Botelho 2006-06-26 15:52:36 +00:00
parent 0b67256467
commit 54d410df82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166365
3 changed files with 39 additions and 0 deletions

View File

@ -26,6 +26,7 @@
SUBDIR += fox14
SUBDIR += fox16
SUBDIR += fpc-forms
SUBDIR += fpc-gnome
SUBDIR += fpc-gtk
SUBDIR += fpc-gtk2
SUBDIR += fxscintilla

View File

@ -0,0 +1,19 @@
# New ports collection makefile for: fpc-gnome
# Date created: 2006-06-22
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
CATEGORIES= x11-toolkits lang
PKGNAMESUFFIX= -gnome
MAINTAINER= acardenas@bsd.org.pe
COMMENT= Free Pascal unit to create programs for GNOME 1
RUN_DEPENDS= ${UNITSDIR}/gtk/Package.fpc:${PORTSDIR}/x11-toolkits/fpc-gtk
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
MASTERDIR= ${.CURDIR}/../../lang/fpc
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,19 @@
# New ports collection makefile for: fpc-gnome
# Date created: 2006-06-22
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
CATEGORIES= x11-toolkits lang
PKGNAMESUFFIX= -gnome
MAINTAINER= acardenas@bsd.org.pe
COMMENT= Free Pascal unit to create programs for GNOME 1
RUN_DEPENDS= ${UNITSDIR}/gtk/Package.fpc:${PORTSDIR}/x11-toolkits/fpc-gtk
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
MASTERDIR= ${.CURDIR}/../../lang/fpc
.include "${MASTERDIR}/Makefile"