mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Add korelib 0.0.1, a cross-platform C++ library for developing
modular applications. It's based on KDE2 and is written by the cool guys at theKompany.com. Requested by: Alex Zepeda <garbanzo@kde.org>
This commit is contained in:
parent
3c3bbfcde3
commit
4a9049d2b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42544
@ -172,6 +172,7 @@
|
||||
SUBDIR += kelp
|
||||
SUBDIR += kimwitu
|
||||
SUBDIR += kimwitu++
|
||||
SUBDIR += korelib
|
||||
SUBDIR += kpp
|
||||
SUBDIR += ktranslator
|
||||
SUBDIR += lclint
|
||||
|
24
devel/korelib/Makefile
Normal file
24
devel/korelib/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: korelib
|
||||
# Date created: 10 May 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= korelib
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.thekompany.com/pub/Korelib/releases/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_KDELIBS_VER=2
|
||||
USE_LIBTOOL= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s@-g -O2@${CFLAGS}@g; s@-O2@${CFLAGS}@g" \
|
||||
${WRKSRC}/configure ${WRKSRC}/*/Makefile.in ${WRKSRC}/*/*/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/korelib/distinfo
Normal file
1
devel/korelib/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (korelib-0.0.1.tar.gz) = b6a5b01f70933f13eb7b735f958fd598
|
1
devel/korelib/pkg-comment
Normal file
1
devel/korelib/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A cross-platform C++ library for developing modular applications
|
3
devel/korelib/pkg-descr
Normal file
3
devel/korelib/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Korelib is a cross-platform C++ library for developing modular applications.
|
||||
|
||||
WWW: http://www.thekompany.com/projects/korelib/index.php3?dhtml_ok=0
|
22
devel/korelib/pkg-plist
Normal file
22
devel/korelib/pkg-plist
Normal file
@ -0,0 +1,22 @@
|
||||
bin/demo
|
||||
bin/koredlg
|
||||
include/kore/kernel.h
|
||||
include/kore/kore.h
|
||||
include/kore/module.h
|
||||
include/kore/modulemanager.h
|
||||
include/kore/plugin.h
|
||||
include/kore/pluginloader.h
|
||||
include/kore/pluginmanager.h
|
||||
include/kore/servicemanager.h
|
||||
include/kore/serviceprovider.h
|
||||
include/kore/version.h
|
||||
lib/libkore.a
|
||||
lib/libkore.so
|
||||
lib/libkore.so.0
|
||||
lib/libkoredlg_cout.a
|
||||
lib/libkoredlg_cout.so
|
||||
lib/libkoredlg_cout.so.0
|
||||
lib/libkoretest.a
|
||||
lib/libkoretest.so
|
||||
lib/libkoretest.so.0
|
||||
@dirrm include/kore
|
Loading…
Reference in New Issue
Block a user