explicit gettext dependency.
move to @dir
This commit is contained in:
parent
40a3b4b61c
commit
996e819baf
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2004/05/31 14:37:12 couderc Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2004/07/14 16:20:07 espie Exp $
|
||||
|
||||
COMMENT= "HTML editor for experienced web designers"
|
||||
|
||||
@ -21,6 +21,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= gettext
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
||||
LIB_DEPENDS= gtk-x11-2.0.0.14,gdk-x11-2.0.0.14,gdk_pixbuf-2.0.0.14::x11/gtk+2 \
|
||||
pcre::devel/pcre \
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2004/05/31 14:37:12 couderc Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2004/07/14 16:20:07 espie Exp $
|
||||
bin/bluefish
|
||||
@dir share/bluefish
|
||||
share/bluefish/bluefish_splash.png
|
||||
share/bluefish/custom_menu.default
|
||||
share/bluefish/encodings.default
|
||||
@ -21,14 +22,20 @@ share/bluefish/icon_python.png
|
||||
share/bluefish/icon_r.png
|
||||
share/bluefish/icon_unknown.png
|
||||
share/bluefish/icon_xml.png
|
||||
@dir share/locale/bg
|
||||
@dir share/locale/bg/LC_MESSAGES
|
||||
share/locale/bg/LC_MESSAGES/bluefish.mo
|
||||
share/locale/cs/LC_MESSAGES/bluefish.mo
|
||||
share/locale/da/LC_MESSAGES/bluefish.mo
|
||||
share/locale/de/LC_MESSAGES/bluefish.mo
|
||||
share/locale/el/LC_MESSAGES/bluefish.mo
|
||||
share/locale/es/LC_MESSAGES/bluefish.mo
|
||||
@dir share/locale/fi
|
||||
@dir share/locale/fi/LC_MESSAGES
|
||||
share/locale/fi/LC_MESSAGES/bluefish.mo
|
||||
share/locale/fr/LC_MESSAGES/bluefish.mo
|
||||
@dir share/locale/hu
|
||||
@dir share/locale/hu/LC_MESSAGES
|
||||
share/locale/hu/LC_MESSAGES/bluefish.mo
|
||||
share/locale/it/LC_MESSAGES/bluefish.mo
|
||||
share/locale/ja/LC_MESSAGES/bluefish.mo
|
||||
@ -37,12 +44,18 @@ share/locale/no/LC_MESSAGES/bluefish.mo
|
||||
share/locale/pl/LC_MESSAGES/bluefish.mo
|
||||
share/locale/pt/LC_MESSAGES/bluefish.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/bluefish.mo
|
||||
@dir share/locale/ro
|
||||
@dir share/locale/ro/LC_MESSAGES
|
||||
share/locale/ro/LC_MESSAGES/bluefish.mo
|
||||
share/locale/ru/LC_MESSAGES/bluefish.mo
|
||||
@dir share/locale/sr
|
||||
@dir share/locale/sr/LC_MESSAGES
|
||||
share/locale/sr/LC_MESSAGES/bluefish.mo
|
||||
share/locale/sv/LC_MESSAGES/bluefish.mo
|
||||
@dir share/locale/ta
|
||||
@dir share/locale/ta/LC_MESSAGES
|
||||
share/locale/ta/LC_MESSAGES/bluefish.mo
|
||||
@dir share/locale/zh_CN
|
||||
@dir share/locale/zh_CN/LC_MESSAGES
|
||||
share/locale/zh_CN/LC_MESSAGES/bluefish.mo
|
||||
@exec mkdir -p %D/share/pixmaps
|
||||
@dirrm share/pixmaps
|
||||
@dirrm share/bluefish
|
||||
@dir share/pixmaps
|
||||
|
Loading…
x
Reference in New Issue
Block a user