aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-11-05 12:20:23 +0800
committerasami <asami@FreeBSD.org>1997-11-05 12:20:23 +0800
commit8416caa6c2ec3d81feb3a3db72d8fed5554e36b2 (patch)
treee9c0a2f68c5f4d48c46191bfb38c8d04035539c2 /converters
parent780effd42efc52ce01757ad29a9ad7b01ec758bc (diff)
downloadfreebsd-ports-gnome-8416caa6c2ec3d81feb3a3db72d8fed5554e36b2.tar.gz
freebsd-ports-gnome-8416caa6c2ec3d81feb3a3db72d8fed5554e36b2.tar.zst
freebsd-ports-gnome-8416caa6c2ec3d81feb3a3db72d8fed5554e36b2.zip
(1) Move the following ports out of x11/:
kdegames -> games/ kdenetwork -> net/ kdesupport -> converters/ kdeutils -> misc/ (Repository copy already done, dependency path and category name fixups is being done in this commit.) (2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib}) ports. (3) Make package names follow the convention. (4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...". There is no need to specify the full pathname if the target is an executable in the standard path. (Actually, as the same port is specified in LIB_DEPENDS, I think we can completely do away with this line but since Stefan added this explicitly, I assume there is a reason for it and left it alone.) Approved by: se (all but 4)
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile3
-rw-r--r--converters/kdesupport11/Makefile7
-rw-r--r--converters/kdesupport2/Makefile7
3 files changed, 10 insertions, 7 deletions
diff --git a/converters/Makefile b/converters/Makefile
index e56637a5efd4..dfb4bf2074d8 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -1,8 +1,9 @@
-# $Id: Makefile,v 1.5 1997/07/08 10:11:21 tg Exp $
+# $Id: Makefile,v 1.6 1997/08/16 05:16:51 itojun Exp $
#
SUBDIR += btoa
SUBDIR += ish
+ SUBDIR += kdesupport
SUBDIR += mimepp
SUBDIR += mpack
SUBDIR += p5-Convert-UU
diff --git a/converters/kdesupport11/Makefile b/converters/kdesupport11/Makefile
index 28293f1b2437..c1107312f9e3 100644
--- a/converters/kdesupport11/Makefile
+++ b/converters/kdesupport11/Makefile
@@ -3,11 +3,12 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id:$
+# $Id: Makefile,v 1.1.1.1 1997/11/03 00:36:01 se Exp $
#
DISTNAME= kdesupport-Beta1-2
-CATEGORIES= x11
+PKGNAME= kdesupport-1.2b
+CATEGORIES= converters kde
MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta1/distribution/tgz/source/ \
ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta1/distribution/tgz/source/ \
ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta1/distribution/tgz/source/
@@ -15,7 +16,7 @@ EXTRACT_SUFX= .src.tgz
MAINTAINER= se@freebsd.org
-BUILD_DEPENDS= ${X11BASE}/bin/moc:${PORTSDIR}/x11/qt
+BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt
LIB_DEPENDS= qt\\.1\\.[0-9]:${PORTSDIR}/x11/qt
HAS_CONFIGURE= yes
diff --git a/converters/kdesupport2/Makefile b/converters/kdesupport2/Makefile
index 28293f1b2437..c1107312f9e3 100644
--- a/converters/kdesupport2/Makefile
+++ b/converters/kdesupport2/Makefile
@@ -3,11 +3,12 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id:$
+# $Id: Makefile,v 1.1.1.1 1997/11/03 00:36:01 se Exp $
#
DISTNAME= kdesupport-Beta1-2
-CATEGORIES= x11
+PKGNAME= kdesupport-1.2b
+CATEGORIES= converters kde
MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta1/distribution/tgz/source/ \
ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta1/distribution/tgz/source/ \
ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta1/distribution/tgz/source/
@@ -15,7 +16,7 @@ EXTRACT_SUFX= .src.tgz
MAINTAINER= se@freebsd.org
-BUILD_DEPENDS= ${X11BASE}/bin/moc:${PORTSDIR}/x11/qt
+BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt
LIB_DEPENDS= qt\\.1\\.[0-9]:${PORTSDIR}/x11/qt
HAS_CONFIGURE= yes