diff options
author | garbled <garbled> | 1999-04-01 23:03:38 +0000 |
---|---|---|
committer | garbled <garbled> | 1999-04-01 23:03:38 +0000 |
commit | e2f9703038e4143a33dd9f514b968c32d0844118 (patch) | |
tree | 9c844f7788223ca69e5b205e3ea7ba5cfbf07a14 /x11 | |
parent | 88b8dec588cd5a1011888318edf1d5dca5d4b96d (diff) | |
download | pkgsrc-e2f9703038e4143a33dd9f514b968c32d0844118.tar.gz |
Initial import of khostchooser-0.3, a KDE replacement for Chooser.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/khostchooser/Makefile | 35 | ||||
-rw-r--r-- | x11/khostchooser/files/md5 | 3 | ||||
-rw-r--r-- | x11/khostchooser/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/khostchooser/pkg/DESCR | 5 | ||||
-rw-r--r-- | x11/khostchooser/pkg/PLIST | 11 |
5 files changed, 55 insertions, 0 deletions
diff --git a/x11/khostchooser/Makefile b/x11/khostchooser/Makefile new file mode 100644 index 00000000000..00c189a5831 --- /dev/null +++ b/x11/khostchooser/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/01 23:03:38 garbled Exp $ +# + +DISTNAME= khostchooser-0.3 +CATEGORIES= x11 kde +MASTER_SITES= http://stud1.tuwien.ac.at/~e9025461/ +EXTRACT_SUFX= .tgz + +MAINTAINER= root@garbled.net +HOMEPAGE= http://stud1.tuwien.ac.at/~e9025461/ + +BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:../../devel/gettext +DEPENDS+= kdelibs-1.1:../../x11/kdelibs +DEPENDS+= xpm-3.4k:../../graphics/xpm +DEPENDS+= giflib-3.0:../../graphics/giflib + +WRKSRC= ${WRKDIR}/khostchooser + +USE_X11BASE= yes +USE_X11= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --datadir=${PREFIX}/share/kde \ + --with-qt-dir=${PREFIX} \ + --with-qt-includes=${PREFIX}/include/qt +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= KDEDIR=${PREFIX} \ + CXXFLAGS="${CFLAGS}" \ + all_libraries="-L${LOCALBASE}/lib" \ + INSTALL_DATA="${INSTALL_DATA}" \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/khostchooser/files/md5 b/x11/khostchooser/files/md5 new file mode 100644 index 00000000000..225dfa8e129 --- /dev/null +++ b/x11/khostchooser/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/04/01 23:03:38 garbled Exp $ + +MD5 (khostchooser-0.3.tgz) = b7b88b6f60aa5db2f7f1ea9acd5a48c2 diff --git a/x11/khostchooser/pkg/COMMENT b/x11/khostchooser/pkg/COMMENT new file mode 100644 index 00000000000..5f00c604fc6 --- /dev/null +++ b/x11/khostchooser/pkg/COMMENT @@ -0,0 +1 @@ +a KDE Chooser replacement for X diff --git a/x11/khostchooser/pkg/DESCR b/x11/khostchooser/pkg/DESCR new file mode 100644 index 00000000000..a9afa232450 --- /dev/null +++ b/x11/khostchooser/pkg/DESCR @@ -0,0 +1,5 @@ +khostchooser is a drop-in replacement for the ugly "chooser" that is +X11--Standard. + +khostchooser is derived from X--Consortium Source, so it is under +the X--Consortium License. (see chooser.c). diff --git a/x11/khostchooser/pkg/PLIST b/x11/khostchooser/pkg/PLIST new file mode 100644 index 00000000000..8bd5e48cf21 --- /dev/null +++ b/x11/khostchooser/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/01 23:03:38 garbled Exp $ +share/locale/de/LC_MESSAGES/khostchooser.mo +share/locale/en/LC_MESSAGES/khostchooser.mo +share/doc/HTML/en/khostchooser/index.html +share/doc/HTML/de/khostchooser/index.html +share/config/khostchooserrc +share/apps/khostchooser/chooserlogo.xpm +bin/khostchooser +@dirrm share/doc/HTML/en/khostchooser +@dirrm share/doc/HTML/de/khostchooser +@dirrm share/apps/khostchooser |