summaryrefslogtreecommitdiff
path: root/x11/kdebase/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-11-15 00:34:53 +0000
committertron <tron@pkgsrc.org>1999-11-15 00:34:53 +0000
commit1acb9c64a04bf79fe7e5a344b46b411808f45e8c (patch)
tree6497d9d2e5817a4b87ef9d709f8a5947fbdb38ee /x11/kdebase/Makefile
parentdb12922dfba15ce3edebd5f3590a5753a8f76206 (diff)
downloadpkgsrc-1acb9c64a04bf79fe7e5a344b46b411808f45e8c.tar.gz
Because we don't really want to have binary files in our source trees
fetch the daemon picture from "ftp.netbsd.org".
Diffstat (limited to 'x11/kdebase/Makefile')
-rw-r--r--x11/kdebase/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile
index f1ac3c474a6..733c29f3b7c 100644
--- a/x11/kdebase/Makefile
+++ b/x11/kdebase/Makefile
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.55 1999/11/14 22:54:30 tron Exp $
+# $NetBSD: Makefile,v 1.56 1999/11/15 00:34:53 tron Exp $
# FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp
DISTNAME= kdebase-1.1.2
CATEGORIES= x11 kde
MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.1.2/distribution/tar/generic/source/bz2/ \
- ftp://ftp.de.kde.org/pub/kde/stable/1.1.2/distribution/tar/generic/source/bz2/
+ ftp://ftp.de.kde.org/pub/kde/stable/1.1.2/distribution/tar/generic/source/bz2/ \
+ ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Daemon.png
-MAINTAINER= packages@netbsd.org
+MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.kde.org/
BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:../../devel/gettext
@@ -31,6 +33,7 @@ CONFIGURE_ENV= KDEDIR=${PREFIX} \
CXXFLAGS="${CFLAGS}" \
all_libraries="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib"
+EXTRACT_ONLY= ${DISTNAME}.tar.bz2
PLIST_SRC= ${WRKDIR}/PLIST
PLIST_DIRS= share/kde/applnk share/kde/apps/kappfinder \
share/kde/apps/kdisknav share/kde/icons share/kde/mimelnk
@@ -65,6 +68,6 @@ post-install:
<kdmrc.new >kdmrc ; \
${ECHO} 'LogoPixmap=${PREFIX}/share/kde/icons/Daemon.png' >>kdmrc ; \
${RM} kdmrc.new
- ${INSTALL_DATA} ${FILESDIR}/Daemon.png ${PREFIX}/share/kde/icons/Daemon.png
+ ${INSTALL_DATA} ${DISTDIR}/Daemon.png ${PREFIX}/share/kde/icons
.include "../../mk/bsd.pkg.mk"