summaryrefslogtreecommitdiff
path: root/net/kdenetwork
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-24 20:39:35 +0000
committertv <tv@pkgsrc.org>1999-05-24 20:39:35 +0000
commit5c60ed579430954635a901b457a1fe4128eaca47 (patch)
tree65bbd73001946c26475423bf378f0a1854ed3cb6 /net/kdenetwork
parent42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff)
downloadpkgsrc-5c60ed579430954635a901b457a1fe4128eaca47.tar.gz
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'net/kdenetwork')
-rw-r--r--net/kdenetwork/Makefile72
1 files changed, 36 insertions, 36 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile
index 4acf7c52d30..f5cdb0b8790 100644
--- a/net/kdenetwork/Makefile
+++ b/net/kdenetwork/Makefile
@@ -1,48 +1,48 @@
-# $NetBSD: Makefile,v 1.31 1999/05/20 20:09:51 tron Exp $
+# $NetBSD: Makefile,v 1.32 1999/05/24 20:39:46 tv Exp $
# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp
#
-DISTNAME= kdenetwork-1.1
-CATEGORIES= net kde
-MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/1.1/distribution/tar/generic/source/bz2/ \
- ftp://ftp.de.kde.org/pub/kde/stable/1.1/distribution/tar/generic/source/bz2/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= tron@netbsd.org
-HOMEPAGE= http://www.kde.org/
-
-DEPENDS+= gdbm-1.7.3:../../databases/gdbm
-DEPENDS+= uulib-0.5.13:../../converters/uulib
-DEPENDS+= kdesupport-1.1:../../converters/kdesupport
-DEPENDS+= kdebase-1.1:../../x11/kdebase
-
-NOT_FOR_ARCHS= alpha # LP64/ELF problems
-
-USE_X11BASE= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-LIBTOOL_FLAGS= --cplusplus --install-la
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \
- "--with-qt-dir=${PREFIX}" \
- "--with-qt-includes=${PREFIX}/include/qt"
-CPPFLAGS+= -I${LOCALBASE}/include
-CFLAGS+= -I${LOCALBASE}/include
-CONFIGURE_ENV= KDEDIR=${PREFIX} \
- CPPFLAGS="${CPPFLAGS}" \
- CXXFLAGS="${CFLAGS}" \
- all_libraries="-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib"
-
-GCC_VERSION!= gcc --version
+DISTNAME= kdenetwork-1.1
+CATEGORIES= net kde
+MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/1.1/distribution/tar/generic/source/bz2/ \
+ ftp://ftp.de.kde.org/pub/kde/stable/1.1/distribution/tar/generic/source/bz2/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.kde.org/
+
+DEPENDS= gdbm-1.7.3:../../databases/gdbm \
+ uulib-0.5.13:../../converters/uulib \
+ kdesupport-1.1:../../converters/kdesupport \
+ kdebase-1.1:../../x11/kdebase
+
+NOT_FOR_PLATFORM= *-*-alpha # LP64/ELF problems
+
+USE_X11BASE= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+LIBTOOL_FLAGS= --cplusplus --install-la
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \
+ "--with-qt-dir=${PREFIX}" \
+ "--with-qt-includes=${PREFIX}/include/qt"
+CPPFLAGS+= -I${LOCALBASE}/include
+CFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ENV= KDEDIR=${PREFIX} \
+ CPPFLAGS="${CPPFLAGS}" \
+ CXXFLAGS="${CFLAGS}" \
+ all_libraries="-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib"
+
+GCC_VERSION!= gcc --version
.if (${GCC_VERSION:C/-.*$$//} == egcs)
-PLIST_SRC= ${PKGDIR}/PLIST.egcs
+PLIST_SRC= ${PKGDIR}/PLIST.egcs
.else
-PLIST_SRC= ${PKGDIR}/PLIST.gcc
+PLIST_SRC= ${PKGDIR}/PLIST.gcc
.endif
post-install:
.if (${GCC_VERSION:C/-.*$$//} != egcs)
- @find ${PREFIX}/share/kde/locale -name ksirc.mo | xargs ${RM}
+ @find ${PREFIX}/share/kde/locale -name ksirc.mo | xargs ${RM}
.endif
.include "../../mk/bsd.pkg.mk"