diff options
author | pav <pav@FreeBSD.org> | 2004-10-20 08:32:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-20 08:32:08 +0800 |
commit | cd332e8d36aa8ab41ef70c9063cc3482403ed289 (patch) | |
tree | 10b72bde285e600c7887ec53ad95a295796d8778 /www/cssed | |
parent | f603df6824a78e60abe473387d256fbb51b650bb (diff) | |
download | freebsd-ports-gnome-cd332e8d36aa8ab41ef70c9063cc3482403ed289.tar.gz freebsd-ports-gnome-cd332e8d36aa8ab41ef70c9063cc3482403ed289.tar.zst freebsd-ports-gnome-cd332e8d36aa8ab41ef70c9063cc3482403ed289.zip |
- Update to 0.3.0
PR: ports/72869
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
Diffstat (limited to 'www/cssed')
-rw-r--r-- | www/cssed/Makefile | 14 | ||||
-rw-r--r-- | www/cssed/distinfo | 4 | ||||
-rw-r--r-- | www/cssed/pkg-plist | 51 |
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%% |