- add gettext as module.
- install icons and locales.
This commit is contained in:
parent
0c468ad1eb
commit
73e0230db5
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2002/09/13 22:54:28 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2003/01/26 20:50:17 fgsch Exp $
|
||||
|
||||
COMMENT= "tool to mirror contents of HTTP and FTP servers"
|
||||
|
||||
@ -23,9 +23,13 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
FLAVORS= no_x11
|
||||
FLAVOR?=
|
||||
|
||||
MODULES= gettext
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --disable-debug --disable-tree --disable-nls \
|
||||
CONFIGURE_ARGS+= --disable-debug --disable-tree \
|
||||
--disable-gnome --with-regex=posix
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.if !${FLAVOR:L:Mno_x11}
|
||||
LIB_DEPENDS+= gtk.1.2,gdk.1.2::x11/gtk+
|
||||
@ -36,9 +40,7 @@ CONFIGURE_ARGS+= --disable-gtk
|
||||
DOCS= COPYING FAQ README jsbind.txt wget-pavuk.HOWTO
|
||||
SAMPLES= pavukrc.sample
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/pavuk ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/man/pavuk.1 ${PREFIX}/man/man1
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pavuk
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pavuk
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/pavuk
|
||||
|
12
net/pavuk/patches/patch-icons_Makefile_in
Normal file
12
net/pavuk/patches/patch-icons_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-icons_Makefile_in,v 1.1 2003/01/26 20:50:17 fgsch Exp $
|
||||
--- icons/Makefile.in.orig Tue Aug 14 04:39:09 2001
|
||||
+++ icons/Makefile.in Sun Jan 26 17:26:03 2003
|
||||
@@ -84,7 +84,7 @@ WINDRES = @WINDRES@
|
||||
x_cflags = @x_cflags@
|
||||
x_libs = @x_libs@
|
||||
|
||||
-iconsdir = $(datadir)/icons
|
||||
+iconsdir = $(datadir)/pavuk/icons
|
||||
|
||||
icons_DATA = pavuk_16x16.xpm pavuk_32x32.xpm pavuk_64x64.xpm pavuk_as_icon.xpm pavuk_prg_icon.xpm
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/06/19 21:06:55 fgsch Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/01/26 20:50:17 fgsch Exp $
|
||||
bin/pavuk
|
||||
man/man1/pavuk.1
|
||||
share/doc/pavuk/COPYING
|
||||
@ -7,5 +7,19 @@ share/doc/pavuk/README
|
||||
share/doc/pavuk/jsbind.txt
|
||||
share/doc/pavuk/wget-pavuk.HOWTO
|
||||
share/examples/pavuk/pavukrc.sample
|
||||
share/locale/cs/LC_MESSAGES/pavuk.mo
|
||||
share/locale/de/LC_MESSAGES/pavuk.mo
|
||||
share/locale/es/LC_MESSAGES/pavuk.mo
|
||||
share/locale/fr/LC_MESSAGES/pavuk.mo
|
||||
share/locale/it/LC_MESSAGES/pavuk.mo
|
||||
share/locale/ja/LC_MESSAGES/pavuk.mo
|
||||
share/locale/sk/LC_MESSAGES/pavuk.mo
|
||||
share/pavuk/icons/pavuk_16x16.xpm
|
||||
share/pavuk/icons/pavuk_32x32.xpm
|
||||
share/pavuk/icons/pavuk_64x64.xpm
|
||||
share/pavuk/icons/pavuk_as_icon.xpm
|
||||
share/pavuk/icons/pavuk_prg_icon.xpm
|
||||
@dirrm share/pavuk/icons
|
||||
@dirrm share/pavuk
|
||||
@dirrm share/examples/pavuk
|
||||
@dirrm share/doc/pavuk
|
||||
|
Loading…
Reference in New Issue
Block a user