aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 16:44:54 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 16:44:54 +0000
commitacca2dab6cf8bdfcdf61189c830d87fae34e8118 (patch)
tree3a25fcfc1d5e493bc6f4214534daaaa031f72175 /graphics
parentbe8f9e14dc0d55d43248438c416135de801d75fe (diff)
downloadports-acca2dab6cf8bdfcdf61189c830d87fae34e8118.tar.gz
ports-acca2dab6cf8bdfcdf61189c830d87fae34e8118.zip
Move fpc-gtk and fpc-gtk2 from graphics to x11-toolkits and change fpc-units
to reflect this Suggested by: Vanilla I. Shu <vanilla@fatpipi.cirx.org> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=165964
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile2
-rw-r--r--graphics/fpc-gtk/Makefile20
-rw-r--r--graphics/fpc-gtk2/Makefile20
3 files changed, 0 insertions, 42 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index ecc31e16fc06..d19e6cb3123a 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -125,8 +125,6 @@
SUBDIR += fnlib
SUBDIR += fpc-fpgtk
SUBDIR += fpc-ggi
- SUBDIR += fpc-gtk
- SUBDIR += fpc-gtk2
SUBDIR += fpc-imlib
SUBDIR += fpc-libgd
SUBDIR += fpc-libpng
diff --git a/graphics/fpc-gtk/Makefile b/graphics/fpc-gtk/Makefile
deleted file mode 100644
index fe236463162d..000000000000
--- a/graphics/fpc-gtk/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: fpc-gtk
-# Date created: 2006-06-05
-# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-#
-# $FreeBSD$
-#
-
-CATEGORIES= graphics lang
-PKGNAMESUFFIX= -gtk
-
-MAINTAINER= acardenas@bsd.org.pe
-COMMENT= Free Pascal interface to the GTK libraries
-
-RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
-
-USE_GNOME= gtk12
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-
-.include "${MASTERDIR}/Makefile"
diff --git a/graphics/fpc-gtk2/Makefile b/graphics/fpc-gtk2/Makefile
deleted file mode 100644
index cdba6a0c31e1..000000000000
--- a/graphics/fpc-gtk2/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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"