kdesupport, from Sean Cavanaugh.
This port does not build libjpeg, libgif, nor libgdbm, as existing ports are more recent.
This commit is contained in:
parent
f1eed815bc
commit
7fea15f5b7
33
x11/kde/support/Makefile
Normal file
33
x11/kde/support/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/05/22 14:32:42 espie Exp $
|
||||
|
||||
DISTNAME= kdesupport-1.1.2
|
||||
CATEGORIES= x11 converters
|
||||
NEED_VERSION= 1.230
|
||||
|
||||
MAINTAINER= seanc@cginfo.sk.ca
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
|
||||
|
||||
LIB_DEPENDS= qt.1.45::x11/qt
|
||||
# jpeg.62::graphics/jpeg
|
||||
# gif.4.1::graphics/giflib
|
||||
|
||||
USE_BZIP2= Yes
|
||||
SEPARATE_BUILD= concurrent
|
||||
USE_GMAKE= Yes
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--with-libjpeg=no \
|
||||
--with-libgif=no \
|
||||
--with-libgdbm=no \
|
||||
--with-qt-includes=/usr/local/include/X11/qt \
|
||||
--with-qt-libraries=/usr/local/lib
|
||||
FAKE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/kde/support/files/md5
Normal file
3
x11/kde/support/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (kdesupport-1.1.2.tar.bz2) = 6ef9b658cc8cbeb298f333f0528fd1a9
|
||||
RMD160 (kdesupport-1.1.2.tar.bz2) = 967c9c89bb141d0683986220aee575bd92e76456
|
||||
SHA1 (kdesupport-1.1.2.tar.bz2) = 0f07df088259f7de3003d28be3e209f18be29a95
|
1
x11/kde/support/pkg/COMMENT
Normal file
1
x11/kde/support/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
extra libs and utils for kde
|
10
x11/kde/support/pkg/DESCR
Normal file
10
x11/kde/support/pkg/DESCR
Normal file
@ -0,0 +1,10 @@
|
||||
the kdesupport-1.1.2 package contains several libraries needed by KDE
|
||||
|
||||
Packages built by kdesupport are:
|
||||
|
||||
gdbm, giflib, jpeglib6a, uulib, js, mimelib, rdb, and QwSpriteField.
|
||||
|
||||
Packages that are included in the OpenBSD ports tree are not installed
|
||||
by this port.
|
||||
|
||||
|
60
x11/kde/support/pkg/PLIST
Normal file
60
x11/kde/support/pkg/PLIST
Normal file
@ -0,0 +1,60 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/05/22 14:32:42 espie Exp $
|
||||
include/Pix.h
|
||||
include/QwCluster.h
|
||||
include/QwPublicList.h
|
||||
include/QwSpriteField.h
|
||||
include/fptools.h
|
||||
include/js.h
|
||||
include/jsint.h
|
||||
include/mimelib/address.h
|
||||
include/mimelib/addrlist.h
|
||||
include/mimelib/binhex.h
|
||||
include/mimelib/body.h
|
||||
include/mimelib/bodypart.h
|
||||
include/mimelib/boyermor.h
|
||||
include/mimelib/config.h
|
||||
include/mimelib/datetime.h
|
||||
include/mimelib/debug.h
|
||||
include/mimelib/disptype.h
|
||||
include/mimelib/entity.h
|
||||
include/mimelib/enum.h
|
||||
include/mimelib/field.h
|
||||
include/mimelib/fieldbdy.h
|
||||
include/mimelib/group.h
|
||||
include/mimelib/headers.h
|
||||
include/mimelib/mailbox.h
|
||||
include/mimelib/mboxlist.h
|
||||
include/mimelib/mechansm.h
|
||||
include/mimelib/mediatyp.h
|
||||
include/mimelib/message.h
|
||||
include/mimelib/mimepp.h
|
||||
include/mimelib/msgcmp.h
|
||||
include/mimelib/msgid.h
|
||||
include/mimelib/nntp.h
|
||||
include/mimelib/param.h
|
||||
include/mimelib/pop.h
|
||||
include/mimelib/protocol.h
|
||||
include/mimelib/smtp.h
|
||||
include/mimelib/string.h
|
||||
include/mimelib/text.h
|
||||
include/mimelib/token.h
|
||||
include/mimelib/utility.h
|
||||
include/mimelib/uuencode.h
|
||||
include/uudeview.h
|
||||
include/uuint.h
|
||||
include/uustring.h
|
||||
lib/libQwSpriteField.a
|
||||
lib/libQwSpriteField.la
|
||||
lib/libQwSpriteField.so.6.0
|
||||
lib/libjs.a
|
||||
lib/libjs.la
|
||||
lib/libjs.so.2.0
|
||||
lib/libmimelib.a
|
||||
lib/libmimelib.la
|
||||
lib/libmimelib.so.1.0
|
||||
lib/libuulib.a
|
||||
lib/libuulib.la
|
||||
lib/libuulib.so.5.13
|
||||
@dirrm include/mimelib
|
||||
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/lib
|
||||
@unexec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/lib
|
Loading…
Reference in New Issue
Block a user