freebsd-ports/graphics/mplayer-fonts/Makefile
Mario Sergio Fujikawa Ferreira 2218402e72 o update to 0.50
o update WWW tag in DESCR

Submitted by:	MAINTAINER
2001-10-15 23:38:36 +00:00

39 lines
1 KiB
Makefile

# New ports collection makefile for: mplayer-fonts
# Date created: 15 August 2001
# Whom: Thomas E. Zander
#
# $FreeBSD$
#
PORTNAME= mplayer-fonts
PORTVERSION= 0.50
CATEGORIES= graphics
MASTER_SITES= http://www.stud.uni-karlsruhe.de/~uedc/mplayer/ \
http://www.rrr.de/~riggs/mplayer/
MAINTAINER= riggs@rrr.de
USE_BZIP2= yes
NO_BUILD= yes
FONTDIRS= cyrillic koi8r-font iso-8859-1/arial-14 \
iso-8859-1/arial-18 iso-8859-1/arial-24 \
iso-8859-1/arial-28 iso-8859-2/arial-14 \
iso-8859-2/arial-18 iso-8859-2/arial-24 \
iso-8859-2/arial-28
do-install:
@${MKDIR} ${PREFIX}/share/mplayer/fonts
@${CHMOD} 0555 ${PREFIX}/share/mplayer/fonts
.for dir in iso-8859-1 iso-8859-2
@${MKDIR} ${PREFIX}/share/mplayer/fonts/${dir}
@${CHMOD} 0555 ${PREFIX}/share/mplayer/fonts/${dir}
.endfor
.for dir in ${FONTDIRS}
@${MKDIR} ${PREFIX}/share/mplayer/fonts/${dir}
@${CHMOD} 0555 ${PREFIX}/share/mplayer/fonts/${dir}
@${INSTALL_DATA} ${WRKDIR}/${dir}/* \
${PREFIX}/share/mplayer/fonts/${dir}
.endfor
.include <bsd.port.mk>