mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
o update to 0.6
o install additional documentation (support NOPORTDOCS) o add MASTER_SITE_SOURCEFORGE to MASTER_SITES o update DESCR since Englightement is supported PR: 30397 Submitted by: MAINTAINER
This commit is contained in:
parent
2184c9ed7f
commit
6caf5a62c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47488
@ -6,9 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= menushki
|
||||
PORTVERSION= 0.4
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= misc x11
|
||||
MASTER_SITES= http://www.geocities.com/loki_bg/
|
||||
MASTER_SITES= http://www.geocities.com/loki_bg/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= pat@databits.net
|
||||
|
||||
@ -16,4 +18,20 @@ USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
DOCS= AUTHORS ChangeLog README TODO
|
||||
PATCH_CLOSE= editor.cc menushki.cc
|
||||
|
||||
post-patch:
|
||||
.for files in ${PATCH_CLOSE}
|
||||
@${PERL} -pi -e "s!(tw\.close);!\1\(\);!" ${WRKSRC}/${files}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for files in ${DOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${files} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (menushki-0.4.tar.gz) = 4361fcdac8ddd6e8c87b8cab5d25bc60
|
||||
MD5 (menushki-0.6.tar.gz) = cff44749fe162746c73898459ef0aa4d
|
||||
|
10
misc/menushki/files/patch-konst.string.h
Normal file
10
misc/menushki/files/patch-konst.string.h
Normal file
@ -0,0 +1,10 @@
|
||||
--- ktools-1.1/include/konst.string.h.orig Thu Sep 6 10:50:02 2001
|
||||
+++ ktools-1.1/include/konst.string.h Thu Sep 6 10:49:40 2001
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
+#include <time.h>
|
||||
|
||||
#include "konst.list.h"
|
||||
#include "konst.conf.h"
|
13
misc/menushki/files/patch-konst.ui.dlg.h
Normal file
13
misc/menushki/files/patch-konst.ui.dlg.h
Normal file
@ -0,0 +1,13 @@
|
||||
--- ktools-1.1/include/konst.ui.dlg.h.orig Thu Sep 6 10:51:48 2001
|
||||
+++ ktools-1.1/include/konst.ui.dlg.h Thu Sep 6 10:53:05 2001
|
||||
@@ -4,6 +4,10 @@
|
||||
#include <list>
|
||||
#include <algorithm>
|
||||
|
||||
+#include <time.h>
|
||||
+#include <unistd.h>
|
||||
+#include <sys/types.h>
|
||||
+
|
||||
#include "konst.conf.h"
|
||||
#include "konst.ui.window.h"
|
||||
#include "konst.ui.menu.h"
|
@ -1,5 +1,6 @@
|
||||
This program converts the menus between different Window Managers.
|
||||
Currently works with Window Maker, KDE, GNOME, BlackBox and IceWM.
|
||||
Currently works with WindowMaker, KDE, GNOME, BlackBox, Enlightenment
|
||||
and IceWM.
|
||||
|
||||
NOTE: for Window Maker you need to have the menu in plain (not
|
||||
property list) format.
|
||||
|
@ -1 +1,6 @@
|
||||
bin/menushki
|
||||
%%PORTDOCS%%share/doc/menushki/AUTHORS
|
||||
%%PORTDOCS%%share/doc/menushki/ChangeLog
|
||||
%%PORTDOCS%%share/doc/menushki/README
|
||||
%%PORTDOCS%%share/doc/menushki/TODO
|
||||
%%PORTDOCS%%@dirrm share/doc/menushki
|
||||
|
Loading…
Reference in New Issue
Block a user