pkgsrc/fonts/mplayer-fonts/Makefile
gutteridge 6cade6fab2 Remove superfluous specification characters from pax invocations
A bunch of packages had an extra "p" specification character passed to
the pax -p option. One is enough. Committed to reduce the human parsing
costs, should someone else need to examine this. (In my case because it
seems recent Linux distros have changed such that some -p arguments can
now cause an error to occur, where previously they were accepted.)
2020-11-28 01:20:03 +00:00

38 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2020/11/28 01:20:03 gutteridge Exp $
DISTNAME= mplayer-fonts-20030714
PKGREVISION= 1
CATEGORIES= fonts
MASTER_SITES= ftp://ftp1.mplayerhq.hu/MPlayer/releases/fonts/
MASTER_SITES+= http://www1.mplayerhq.hu/MPlayer/releases/fonts/
MASTER_SITES+= http://www2.mplayerhq.hu/MPlayer/releases/fonts/
DISTFILES= font-arial-iso-8859-1.tar.bz2 \
font-arial-iso-8859-2.tar.bz2 \
font-arial-iso-8859-7.tar.bz2 \
font-arial-cp1250.tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mplayerhq.hu/
COMMENT= Fonts for mplayer and gmplayer
CONFLICTS= mplayer-share<1.0rc7nb2
DIST_SUBDIR= ${DISTNAME}
NO_BUILD= YES
NO_CONFIGURE= YES
USE_TOOLS+= pax
INSTALLATION_DIRS= share/mplayer/fonts
do-install:
for D in font-arial-cp1250 font-arial-iso-8859-1 \
font-arial-iso-8859-2 font-arial-iso-8859-7; do \
(cd ${WRKDIR}/$$D && \
pax -rwppm * ${DESTDIR}${PREFIX}/share/mplayer/fonts); \
done
${LN} -s ${PREFIX}/share/mplayer/fonts/font-arial-18-iso-8859-1 \
${DESTDIR}${PREFIX}/share/mplayer/font
.include "../../mk/bsd.pkg.mk"