aboutsummaryrefslogtreecommitdiff
path: root/security/kwallet
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-11-05 04:20:23 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-11-05 04:20:23 +0000
commitab4c4c313531b670e303d74fa78917b501e7456a (patch)
tree21b07dc1ffabcf581e94b9f42c31bcbfb902461a /security/kwallet
parent66793bc9cf072aa07de1a8bb7449f6842ca226e2 (diff)
downloadports-ab4c4c313531b670e303d74fa78917b501e7456a.tar.gz
ports-ab4c4c313531b670e303d74fa78917b501e7456a.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)
Notes
Notes: svn path=/head/; revision=8489
Diffstat (limited to 'security/kwallet')
-rw-r--r--security/kwallet/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile
index 39cc3754ed54..0aef820e8816 100644
--- a/security/kwallet/Makefile
+++ b/security/kwallet/Makefile
@@ -3,11 +3,12 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.1.1.1 1997/11/02 00:05:02 se Exp $
+# $Id: Makefile,v 1.2 1997/11/03 00:25:44 se Exp $
#
DISTNAME= kdeutils-Beta1-2
-CATEGORIES= x11
+PKGNAME= kdeutils-1.2b-2
+CATEGORIES= misc 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\\.3[0-9]:${PORTSDIR}/x11/qt \
gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \