Import cdk-5.0.20060507
Cdk stands for 'Curses Development Kit' and it currently contains 21 ready to use widgets which facilitate the speedy development of full screen curses programs. from Pierre-Emmanuel Andre with some tweaks
This commit is contained in:
parent
e105824d95
commit
670b6aa360
34
devel/cdk/Makefile
Normal file
34
devel/cdk/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/17 13:22:05 ajacoutot Exp $
|
||||
|
||||
COMMENT= curses development kit
|
||||
|
||||
V= 5.0-20060507
|
||||
DISTNAME= cdk
|
||||
PKGNAME= ${DISTNAME}-${V:S/-/./}
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME}-${V}
|
||||
|
||||
SHARED_LIBS += cdk 0.0 # .4.0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://invisible-island.net/cdk/
|
||||
|
||||
MAINTAINER= Pierre-Emmanuel Andre <pea@raveland.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://invisible-island.net/cdk/
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-ncurses \
|
||||
--with-libtool
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/cdk/distinfo
Normal file
5
devel/cdk/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (cdk.tar.gz) = DsJGCkSE1fVZXY+sphvJxQ==
|
||||
RMD160 (cdk.tar.gz) = xUH3WCmdZCGOoK4r/iKkO8zrtGw=
|
||||
SHA1 (cdk.tar.gz) = Up0jUDKBRyXPCziXMsOaNyjChAw=
|
||||
SHA256 (cdk.tar.gz) = 6CO/zOUpFnJ8sj1tVJpkNHxFw2SzxijWo1LEB/zo9LQ=
|
||||
SIZE (cdk.tar.gz) = 396514
|
12
devel/cdk/patches/patch-Makefile_in
Normal file
12
devel/cdk/patches/patch-Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2008/09/17 13:22:06 ajacoutot Exp $
|
||||
--- Makefile.in.orig Tue Apr 18 01:13:49 2006
|
||||
+++ Makefile.in Mon Sep 15 17:13:01 2008
|
||||
@@ -61,7 +61,7 @@ includedir = $(DESTDIR)@includedir@
|
||||
libdir = $(DESTDIR)@libdir@
|
||||
mandir = $(DESTDIR)@mandir@
|
||||
|
||||
-DOCUMENT_DIR = @prefix@/doc/cdk
|
||||
+DOCUMENT_DIR = $(DESTDIR)@prefix@/share/doc/cdk
|
||||
INCLUDE_DIR = $(includedir)/cdk
|
||||
LIB_DIR = $(libdir)
|
||||
MAN_DIR = $(mandir)/man@MAN_DIR@
|
3
devel/cdk/pkg/DESCR
Normal file
3
devel/cdk/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Cdk stands for 'Curses Development Kit' and it currently contains 21
|
||||
ready to use widgets which facilitate the speedy development of full
|
||||
screen curses programs.
|
2
devel/cdk/pkg/PFRAG.shared
Normal file
2
devel/cdk/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2008/09/17 13:22:06 ajacoutot Exp $
|
||||
@lib lib/libcdk.so.${LIBcdk_VERSION}
|
1021
devel/cdk/pkg/PLIST
Normal file
1021
devel/cdk/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user