pkgsrc/audio/xhippo/Makefile
hubertf 0255a1e0a1 Update to V2.0:
* xhippo.c: Changed version to 2.0. A while ago I forked this
        version to experiment with using a CList rather than a List; I
        think this will be the way to go in the future, so I'm sticking
        with it. The scrolled window now always has the right scrollbar
        and never the bottom one; this was HiP's behaviour, and I rather
        liked it. It occurred to me that I hadn't done much development on
        xhippo since it became a GNU project, so I figured that it was
        time to spend some time on the improved version and tidy it up a
        little. Reenabled scroll_catchup that I'd commented out; it now
        works but gets positioning slightly wrong. Made the load requester
        OK handler scroll the list back up to the top. Added -Wall to the
        compilation options to find compiler warnings (and removed
        them). Noticed that ID3 tag reading is horribly broken, reading
        (apparently) 4 more characters than it should; fixed, although I
        don't have the ID3 spec to fix it properly.  Added HiP-esque
        keyboard accelerators for Stop and Random. (I've bound both KP*
        and KP- to Random because on the Amiga keyboard the star is in the
        top right corner. I have no idea what HiP's accelerator for Stop
        was, so I've bound / to it.) Fixed the Restart button (adding
        last_played along the way). Also, I have no idea what I did, but
        it fixed the resizing problem, so that's good. Checked the look of
        the interface with several GTK themes... it's looking good!
        (Particularly with XFCE.)
1999-11-03 04:02:56 +00:00

28 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.10 1999/11/03 04:02:56 hubertf Exp $
#
DISTNAME= xhippo-2.0
CATEGORIES= audio x11
MASTER_SITES= http://zenchaos.netpedia.net/software/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://zenchaos.netpedia.net/
DEPENDS= gtk+-1.2.*:../../x11/gtk
USE_X11= YES
GNU_CONFIGURE= YES
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xhippo
${INSTALL_DATA} ${WRKSRC}/xhippo.config ${PREFIX}/share/doc/xhippo/xhippo.config.example
${INSTALL_DATA} ${WRKSRC}/xhippo.gtkrc ${PREFIX}/share/doc/xhippo/xhippo.gtkrc
${INSTALL_DATA} ${WRKSRC}/BUGS ${PREFIX}/share/doc/xhippo
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xhippo
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xhippo
${INSTALL_DATA} ${WRKSRC}/README.fvwm2 ${PREFIX}/share/doc/xhippo
${INSTALL_DATA} ${WRKSRC}/doc/xhippo.ps.gz ${PREFIX}/share/doc/xhippo
${INSTALL_DATA} ${WRKSRC}/doc/xhippo.txt.gz ${PREFIX}/share/doc/xhippo
${INSTALL_DATA} ${WRKSRC}/doc/xhippo.sgml ${PREFIX}/share/doc/xhippo
.include "../../mk/bsd.pkg.mk"