pkgsrc/multimedia/deforaos-player/Makefile
2017-08-01 14:58:51 +00:00

42 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.17 2017/08/01 14:59:02 wiz Exp $
DISTNAME= Player-0.1.6
PKGNAME= deforaos-player-0.1.6
PKGREVISION= 7
CATEGORIES= multimedia
MASTER_SITES= https://www.defora.org/os/download/download/4297/
MAINTAINER= khorben@defora.org
HOMEPAGE= https://www.defora.org/
COMMENT= DeforaOS desktop media player
LICENSE= gnu-gpl-v3
USE_TOOLS+= pkg-config
USE_TOOLS+= xgettext
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
DEPENDS+= mplayer-[0-9]*:../../multimedia/mplayer
MAKE_FLAGS+= DESTDIR=${DESTDIR}
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
AUTO_MKDIRS= yes
.include "../../mk/bsd.prefs.mk"
.if ${PKGMANDIR} != "share/man"
post-install:
${MV} ${DESTDIR}${PREFIX}/share/man/man1/player.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/player.1
${MV} ${DESTDIR}${PREFIX}/share/man/man1/playerctl.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/playerctl.1
${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1
${RMDIR} ${DESTDIR}${PREFIX}/share/man
.endif
.include "options.mk"
.include "../../x11/deforaos-libdesktop/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"