aboutsummaryrefslogtreecommitdiff
path: root/graphics/chbg
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-12-18 17:33:04 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-12-18 17:33:04 +0000
commitb4b52df0ec3789f8ff648ac34fcb2b0a0b056217 (patch)
treebfb07d0d9eb75b8a28947825fe5f482c9864c511 /graphics/chbg
parentcf8f9e48af5d876fe19f45ae0646e846a5d6f023 (diff)
downloadports-b4b52df0ec3789f8ff648ac34fcb2b0a0b056217.tar.gz
ports-b4b52df0ec3789f8ff648ac34fcb2b0a0b056217.zip
Notes
Diffstat (limited to 'graphics/chbg')
-rw-r--r--graphics/chbg/Makefile10
-rw-r--r--graphics/chbg/distinfo2
-rw-r--r--graphics/chbg/files/patch-aa20
-rw-r--r--graphics/chbg/files/patch-ab13
-rw-r--r--graphics/chbg/pkg-plist2
5 files changed, 23 insertions, 24 deletions
diff --git a/graphics/chbg/Makefile b/graphics/chbg/Makefile
index bdd242ae1815..32fb45cb1616 100644
--- a/graphics/chbg/Makefile
+++ b/graphics/chbg/Makefile
@@ -6,18 +6,22 @@
#
PORTNAME= chbg
-PORTVERSION= 0.8.1
+PORTVERSION= 1.2
CATEGORIES= graphics
-MASTER_SITES= http://www.idata.sk/~ondrej/sw/
-DISTNAME= ${PORTNAME}-0.8pl1
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ http://www.idata.sk/~ondrej/sw/
+MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= p@dancris.com
+USE_X_PREFIX= yes
USE_GMAKE= yes
USE_IMLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
+MAN1= chbg.1
+
.include <bsd.port.mk>
diff --git a/graphics/chbg/distinfo b/graphics/chbg/distinfo
index 1bebcd7ece41..07caca199046 100644
--- a/graphics/chbg/distinfo
+++ b/graphics/chbg/distinfo
@@ -1 +1 @@
-MD5 (chbg-0.8pl1.tgz) = dd3ca404f73bca970a9d9f80ae1cd6bb
+MD5 (chbg-1.2.tgz) = 2574812720db2ce2c007c7fd2781b86a
diff --git a/graphics/chbg/files/patch-aa b/graphics/chbg/files/patch-aa
deleted file mode 100644
index 96f2f273d11f..000000000000
--- a/graphics/chbg/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Tue Oct 3 15:37:21 2000
-+++ configure Tue Oct 3 15:39:25 2000
-@@ -2547,7 +2547,7 @@
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
-- ac_cv_prog_IMLIB_CONFIG=""yes""
-+ ac_cv_prog_IMLIB_CONFIG=""imlib-config""
- break
- fi
- done
-@@ -2562,7 +2562,7 @@
- echo "$ac_t""no" 1>&6
- fi
-
--if eval "test x$IMLIB_CONFIG = xyes"; then
-+if eval "test x$IMLIB_CONFIG != xno"; then
- echo "$ac_t"""checking for gdk_imlib configuration using imlib-config script ..."" 1>&6
- IMLIB_LIBS=`imlib-config --libs-gdk`
- echo "$ac_t""" gdk_imlib LDFLAGS=$IMLIB_LIBS"" 1>&6
diff --git a/graphics/chbg/files/patch-ab b/graphics/chbg/files/patch-ab
new file mode 100644
index 000000000000..5a0ba7d5ae2f
--- /dev/null
+++ b/graphics/chbg/files/patch-ab
@@ -0,0 +1,13 @@
+--- Makefile.in 2000/12/18 17:14:56 1.1
++++ Makefile.in 2000/12/18 17:15:24
+@@ -374,8 +374,8 @@
+ if test -n "$(GNOME_PREFIX)"; then \
+ $(mkinstalldirs) $(DESTDIR)$(GNOME_PREFIX)/share/gnome/apps/Graphics; \
+ $(INSTALL_DATA) $(srcdir)/chbg.desktop $(DESTDIR)$(GNOME_PREFIX)/share/gnome/apps/Graphics; \
+- $(mkinstalldirs) $(DESTDIR)$(GNOME_PREFIX)/share/pixmaps; \
+- $(INSTALL_DATA) $(srcdir)/chbg_64x64.xpm $(DESTDIR)$(GNOME_PREFIX)/share/pixmaps; \
++ $(mkinstalldirs) $(DESTDIR)$(GNOME_PREFIX)/share/gnome/pixmaps; \
++ $(INSTALL_DATA) $(srcdir)/chbg_64x64.xpm $(DESTDIR)$(GNOME_PREFIX)/share/gnome/pixmaps; \
+ fi
+
+ uninstall-local:
diff --git a/graphics/chbg/pkg-plist b/graphics/chbg/pkg-plist
index 6ea5ee1f9777..1ef75a39efdc 100644
--- a/graphics/chbg/pkg-plist
+++ b/graphics/chbg/pkg-plist
@@ -1,4 +1,6 @@
bin/chbg
+share/gnome/apps/Graphics/chbg.desktop
+share/gnome/pixmaps/chbg_64x64.xpm
share/locale/fr/LC_MESSAGES/chbg.mo
share/locale/sk/LC_MESSAGES/chbg.mo
share/locale/ja/LC_MESSAGES/chbg.mo