pkgsrc-wip/gxmms2/Makefile
Leonard Schmidt c1dcf6f4b1 Use INSTALLATION_DIRS instead of patching the Makefile to use
BSD_INSTALL_PROGRAM_DIR every time -- this way, there is less typing
involved. :-)
Also include bl3 files before Makefile target override.
Add a TODO file.
2005-11-12 15:10:17 +00:00

30 lines
753 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/11/12 15:10:17 leonardschmidt Exp $
#
DISTNAME= gxmms2-0.5.1
CATEGORIES= audio
MASTER_SITES= http://wejp.homelinux.org/wejp/xmms2/
MAINTAINER= lems@gmx.net
HOMEPAGE= http://wejp.homelinux.org/wejp/xmms2/
COMMENT= Graphical GTK+2-based XMMS2 client
NO_CONFIGURE= yes
USE_TOOLS+= pkg-config
BUILD_TARGET= gxmms2
SUBST_CLASSES+= var
SUBST_STAGE.var= post-patch
SUBST_FILES.var= Makefile
SUBST_SED.var= -e 's,%%BUILDLINK_DIR%%,${BUILDLINK_DIR}/include,g'
INSTALLATION_DIRS= bin
.include "../../wip/xmms2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gxmms2
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gxmms2
.include "../../mk/bsd.pkg.mk"