diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 19:02:40 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 19:02:40 +0000 |
commit | 5f1d105823e369c09758a5329138d5d2eb7c718d (patch) | |
tree | 8d449ffaf62415d3744fca1ceabe5e45e90d5d49 /audio/xhippo | |
parent | 841c4b42891ce8c157cd17562779e8db8f66fa38 (diff) | |
download | pkgsrc-5f1d105823e369c09758a5329138d5d2eb7c718d.tar.gz |
bl3ify, 80 chars per line.
Diffstat (limited to 'audio/xhippo')
-rw-r--r-- | audio/xhippo/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index 409ab961dab..3b9decba19a 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/07/17 21:23:49 grant Exp $ +# $NetBSD: Makefile,v 1.19 2004/04/11 19:02:40 xtraeme Exp $ # DISTNAME= xhippo-3.3 @@ -12,16 +12,19 @@ COMMENT= Generic playlist manager for UNIX USE_X11= yes GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes CONFIGURE_ENV+= --with-gnome=no -CONF_FILES= ${PREFIX}/share/doc/xhippo/xhippo.config.example ${PKG_SYSCONFDIR}/xhippo.config +CONF_FILES= ${PREFIX}/share/doc/xhippo/xhippo.config.example \ + ${PKG_SYSCONFDIR}/xhippo.config 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}/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 @@ -30,6 +33,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/xhippo.txt.gz ${PREFIX}/share/doc/xhippo ${INSTALL_DATA} ${WRKSRC}/doc/xhippo.sgml ${PREFIX}/share/doc/xhippo -.include "../../x11/gtk/buildlink2.mk" -.include "../../audio/libmad/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" +.include "../../audio/libmad/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |