diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/buoh/Makefile | 57 | ||||
-rw-r--r-- | deskutils/buoh/distinfo | 3 | ||||
-rw-r--r-- | deskutils/buoh/pkg-descr | 12 | ||||
-rw-r--r-- | deskutils/buoh/pkg-plist | 17 |
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 |