aboutsummaryrefslogtreecommitdiff
path: root/www/cssed
diff options
context:
space:
mode:
Diffstat (limited to 'www/cssed')
-rw-r--r--www/cssed/Makefile14
-rw-r--r--www/cssed/distinfo4
-rw-r--r--www/cssed/pkg-plist51
3 files changed, 58 insertions, 11 deletions
diff --git a/www/cssed/Makefile b/www/cssed/Makefile
index 34b18955f585..39c26f069e85 100644
--- a/www/cssed/Makefile
+++ b/www/cssed/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= cssed
-PORTVERSION= 0.2.1
+PORTVERSION= 0.3.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,20 +17,16 @@ COMMENT= An application to help CSS style sheets creation and maintenance
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
-USE_ICONV= yes
-USE_GETTEXT= yes
+USE_X_PREFIX= yes
USE_GNOME= gtk20
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-PLIST_FILES= bin/cssed share/locale/es/LC_MESSAGES/cssed.mo share/locale/fr/LC_MESSAGES/cssed.mo
MAN1= cssed.1
-post-install:
- @${FIND} ${DATADIR} ! -type d | \
- ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${DATADIR} -type d | ${SORT} -r | \
- ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
+post-patch:
+ @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
diff --git a/www/cssed/distinfo b/www/cssed/distinfo
index 613b63a69f88..b303d91f3955 100644
--- a/www/cssed/distinfo
+++ b/www/cssed/distinfo
@@ -1,2 +1,2 @@
-MD5 (cssed-0.2.1.tar.gz) = dd799e6cdbb2ea6e9e13b0bf22af8493
-SIZE (cssed-0.2.1.tar.gz) = 783510
+MD5 (cssed-0.3.0.tar.gz) = 667632e3c5f7f3493a2d98cc47470209
+SIZE (cssed-0.3.0.tar.gz) = 872421
diff --git a/www/cssed/pkg-plist b/www/cssed/pkg-plist
new file mode 100644
index 000000000000..d66a90625b49
--- /dev/null
+++ b/www/cssed/pkg-plist
@@ -0,0 +1,51 @@
+bin/cssed
+libdata/pkgconfig/cssed.pc
+%%DATADIR%%/data/cssed-cfg.xml
+%%DATADIR%%/data/cssed-def.dtd
+%%DATADIR%%/data/cssed-def.xml
+%%DATADIR%%/include/SciLexer.h
+%%DATADIR%%/include/Scintilla.h
+%%DATADIR%%/include/ScintillaWidget.h
+%%DATADIR%%/include/cssdialogs-class.h
+%%DATADIR%%/include/cssedwindow.h
+%%DATADIR%%/include/document.h
+%%DATADIR%%/include/plugin.h
+%%DATADIR%%/pixmaps/arrow.png
+%%DATADIR%%/pixmaps/color_wizard.png
+%%DATADIR%%/pixmaps/color_wizard_menu.png
+%%DATADIR%%/pixmaps/cssed-about.png
+%%DATADIR%%/pixmaps/cssed-icon.png
+%%DATADIR%%/pixmaps/dlg_border.png
+%%DATADIR%%/pixmaps/dlg_box.png
+%%DATADIR%%/pixmaps/dlg_box_menu.png
+%%DATADIR%%/pixmaps/dlg_margin.png
+%%DATADIR%%/pixmaps/dlg_padding.png
+%%DATADIR%%/pixmaps/doc_close.png
+%%DATADIR%%/pixmaps/document_info.png
+%%DATADIR%%/pixmaps/document_info_menu.png
+%%DATADIR%%/pixmaps/font.png
+%%DATADIR%%/pixmaps/hide_footer.png
+%%DATADIR%%/pixmaps/hide_footer_menu.png
+%%DATADIR%%/pixmaps/hide_sidebar.png
+%%DATADIR%%/pixmaps/hide_sidebar_menu.png
+%%DATADIR%%/pixmaps/scan_selector.png
+%%DATADIR%%/pixmaps/scan_selector_menu.png
+%%DATADIR%%/pixmaps/selector_wizard.png
+%%DATADIR%%/pixmaps/selector_wizard_menu.png
+%%DATADIR%%/pixmaps/show_footer.png
+%%DATADIR%%/pixmaps/show_footer_menu.png
+%%DATADIR%%/pixmaps/show_sidebar.png
+%%DATADIR%%/pixmaps/show_sidebar_menu.png
+%%DATADIR%%/pixmaps/validate.png
+%%DATADIR%%/pixmaps/validate_dump.png
+%%DATADIR%%/pixmaps/validate_dump_menu.png
+%%DATADIR%%/pixmaps/validate_menu.png
+share/locale/de/LC_MESSAGES/cssed.mo
+share/locale/es/LC_MESSAGES/cssed.mo
+share/locale/fr/LC_MESSAGES/cssed.mo
+share/locale/gl/LC_MESSAGES/cssed.mo
+share/locale/it/LC_MESSAGES/cssed.mo
+@dirrm %%DATADIR%%/pixmaps
+@dirrm %%DATADIR%%/include
+@dirrm %%DATADIR%%/data
+@dirrm %%DATADIR%%