summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-29 09:43:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-29 09:43:06 +0800
commit78a4db8e7e172cf86b9151a9cdceb9ab199c4157 (patch)
tree4a2058e0835c130d6fde489d4cb10151290a7b0e /deskutils
parentba809a4ce1ee5d8c53fcec6f157ac92e9f6554d7 (diff)
downloadmarcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.gz
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.bz2
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.lz
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.xz
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.zst
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.zip
Switch libsoup dependency to libsoup22.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10258 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/buoh/Makefile57
-rw-r--r--deskutils/buoh/distinfo3
-rw-r--r--deskutils/buoh/pkg-descr12
-rw-r--r--deskutils/buoh/pkg-plist17
4 files changed, 89 insertions, 0 deletions
diff --git a/deskutils/buoh/Makefile b/deskutils/buoh/Makefile
new file mode 100644
index 000000000..c0bd42210
--- /dev/null
+++ b/deskutils/buoh/Makefile
@@ -0,0 +1,57 @@
+# New ports collection makefile for: buoh
+# Date created: 10 November 2005
+# Whom: Mezz <mezz@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports-stable/deskutils/buoh/Makefile,v 1.1 2006/10/23 21:43:08 mezz Exp $
+#
+
+PORTNAME= buoh
+PORTVERSION= 0.8.2
+PORTREVISION= 3
+CATEGORIES= deskutils www gnome
+MASTER_SITES= http://buoh.steve-o.org/downloads/
+
+MAINTAINER= mezz@FreeBSD.org
+COMMENT= A reader for online strips comics
+
+LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup22
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui
+USE_XLIB= yes
+INSTALLS_ICONS= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+DOCS= AUTHORS COPYING ChangeLog NEWS README TODO
+GCONF_SCHEMAS= buoh.schemas
+
+.if defined(WITH_DEBUG)
+CONFIGURE_ARGS+= --enable-debug
+CFLAGS+= -g
+STRIP=
+.endif
+
+pre-everything::
+.if !defined(WITH_DEBUG)
+ @${ECHO_MSG} "You may specify the following on the command line:"
+ @${ECHO_MSG} " "
+ @${ECHO_MSG} "WITH_DEBUG=yes to enable debugging in Buoh."
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|[$$][(]datadir[)]/applications|${LOCALBASE}/share/applications|g' \
+ ${WRKSRC}/data/Makefile.in
+
+.ifndef (NOPORTDOCS)
+post-install:
+ @${MKDIR} ${DOCSDIR}
+.for i in ${DOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/deskutils/buoh/distinfo b/deskutils/buoh/distinfo
new file mode 100644
index 000000000..ce0b18f7a
--- /dev/null
+++ b/deskutils/buoh/distinfo
@@ -0,0 +1,3 @@
+MD5 (buoh-0.8.2.tar.bz2) = 50474a8712ad20ab36d8f8058a4647fb
+SHA256 (buoh-0.8.2.tar.bz2) = eb9c8dc728b77f8e4c638c7f6a0b65d06c4549d0b6a2fc4f5bae51639bc041d5
+SIZE (buoh-0.8.2.tar.bz2) = 323984
diff --git a/deskutils/buoh/pkg-descr b/deskutils/buoh/pkg-descr
new file mode 100644
index 000000000..66728719c
--- /dev/null
+++ b/deskutils/buoh/pkg-descr
@@ -0,0 +1,12 @@
+Buoh is a reader for online strips comics. It is free software, designed to
+work well under the GNOME Desktop.
+
+Buoh has a number of features, including:
+
+ - Select your favorites comic through a list of more than 130 comics
+ - Easy, simple an eye-candy view of an online comic
+ - Browsing over the comic strip archives
+ - Saving a comic to disk
+ - Integration with GNOME (respecting the lockdowns and HIG compliance)
+
+WWW: http://buoh.steve-o.org/
diff --git a/deskutils/buoh/pkg-plist b/deskutils/buoh/pkg-plist
new file mode 100644
index 000000000..270838d8e
--- /dev/null
+++ b/deskutils/buoh/pkg-plist
@@ -0,0 +1,17 @@
+bin/buoh
+share/applications/buoh.desktop
+%%DATADIR%%/comics/comics.xml
+%%DATADIR%%/ui/buoh-ui.xml
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+share/icons/hicolor/16x16/apps/buoh.png
+share/icons/hicolor/64x64/apps/buoh.png
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%DATADIR%%/ui
+@dirrm %%DATADIR%%/comics
+@dirrm %%DATADIR%%
+@dirrmtry share/applications