diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-05-30 02:44:23 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-05-30 02:44:23 +0000 |
commit | 335910387224f7c3f5233d8aa395bd11d0ac3ccc (patch) | |
tree | e2223e02f2e6aaa644d8b249af41a9df633f368d /audio/xhippo/Makefile | |
parent | 188c237b9cd7a812acd87d69f8d54bf00d0bcdc5 (diff) | |
download | pkgsrc-335910387224f7c3f5233d8aa395bd11d0ac3ccc.tar.gz |
Update to V0.85
Changes: Option to load playlists from the GUI as
well as a few bugfixes and tidy-ups, gnu autoconfigure, ...
Diffstat (limited to 'audio/xhippo/Makefile')
-rw-r--r-- | audio/xhippo/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index 6921e00dcc3..6566222e054 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 1999/05/02 14:35:56 tron Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/30 02:44:23 hubertf Exp $ # -DISTNAME= xhippo-0.6 +DISTNAME= xhippo-0.85 CATEGORIES= audio x11 MASTER_SITES= http://zenchaos.netpedia.net/software/ @@ -11,10 +11,12 @@ HOMEPAGE= http://zenchaos.netpedia.net/ DEPENDS= gtk+-1.2.2:../../x11/gtk USE_X11= YES +GNU_CONFIGURE= YES post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xhippo - ${MV} ${PREFIX}/etc/xhippo.config ${PREFIX}/share/doc/xhippo/xhippo.config.example + ${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}/LIESMICH ${PREFIX}/share/doc/xhippo |