diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 16:18:30 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 16:18:30 +0000 |
commit | 5db5b695b85868006205d821d622c0e60513f049 (patch) | |
tree | d792562faa05f02053a31939f5586c98d3b8e2ff /x11 | |
parent | d78847e8a1f7b2de50b61de81c797aa81e57c4b7 (diff) | |
download | ports-5db5b695b85868006205d821d622c0e60513f049.tar.gz ports-5db5b695b85868006205d821d622c0e60513f049.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/fpc-x11/Makefile | 20 |
2 files changed, 21 insertions, 0 deletions
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 <acardenas@bsd.org.pe> +# +# $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" |