diff options
author | garga <garga@FreeBSD.org> | 2006-06-21 23:55:45 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-06-21 23:55:45 +0800 |
commit | c374c7d3416cb29da083f786c85e5f3bca778271 (patch) | |
tree | ab098aab1dab00c0056a8d2c23abfeaab5e454ad | |
parent | e788d90e0a42cf0f06c5b05f99b69846a4788688 (diff) | |
download | freebsd-ports-gnome-c374c7d3416cb29da083f786c85e5f3bca778271.tar.gz freebsd-ports-gnome-c374c7d3416cb29da083f786c85e5f3bca778271.tar.zst freebsd-ports-gnome-c374c7d3416cb29da083f786c85e5f3bca778271.zip |
Add fpc-gtk2 , free Pascal interface to the GTK2 libraries.
PR: ports/98669
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/fpc-gtk2/Makefile | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 61106fb6c238..aec618fdd065 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -126,6 +126,7 @@ SUBDIR += fpc-fpgtk SUBDIR += fpc-ggi SUBDIR += fpc-gtk + SUBDIR += fpc-gtk2 SUBDIR += fracplanet SUBDIR += fractorama SUBDIR += fraqtive diff --git a/graphics/fpc-gtk2/Makefile b/graphics/fpc-gtk2/Makefile new file mode 100644 index 000000000000..cdba6a0c31e1 --- /dev/null +++ b/graphics/fpc-gtk2/Makefile @@ -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" |