From 5db5b695b85868006205d821d622c0e60513f049 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 21 Jun 2006 16:18:30 +0000 Subject: Add fpc-x11 , free Pascal interface to X windows server. PR: ports/98682 Submitted by: Jose Alonso Cardenas Marquez --- x11/Makefile | 1 + x11/fpc-x11/Makefile | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 x11/fpc-x11/Makefile (limited to 'x11') diff --git a/x11/Makefile b/x11/Makefile index 5d3b2f4babc1..1bf55800cf1d 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -51,6 +51,7 @@ SUBDIR += fireflies SUBDIR += fixesext SUBDIR += fluxbg + SUBDIR += fpc-x11 SUBDIR += gcb SUBDIR += gcursor SUBDIR += gdesklets-tasklist diff --git a/x11/fpc-x11/Makefile b/x11/fpc-x11/Makefile new file mode 100644 index 000000000000..dbfe0959269a --- /dev/null +++ b/x11/fpc-x11/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: fpc-x11 +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez +# +# $FreeBSD$ +# + +CATEGORIES= x11 lang +PKGNAMESUFFIX= -x11 + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal interface to X windows server + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +USE_XLIB= yes + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3