openbsd-ports/x11/msttcorefonts/Makefile

54 lines
1.3 KiB
Makefile
Raw Normal View History

2007-06-04 06:44:09 -04:00
# $OpenBSD: Makefile,v 1.11 2007/06/04 10:44:09 ajacoutot Exp $
COMMENT= "Microsoft TrueType core fonts"
DISTNAME= msttcorefonts-1.2
CATEGORIES= x11
HOMEPAGE= http://corefonts.sourceforge.net/
MAINTAINER= Steve Shockley <steve.shockley@shockley.net>
# Font source files have a restrictive license
PERMIT_PACKAGE_CDROM= "Restrictive license, can't distribute modified files"
PERMIT_PACKAGE_FTP= "Restrictive license, can't distribute modified files"
PERMIT_DISTFILES_CDROM= "may not sell"
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=corefonts/}
DIST_SUBDIR= ${DISTNAME}
2006-11-20 07:28:48 -05:00
BUILD_DEPENDS= :cabextract-*:archivers/cabextract
2003-07-24 11:07:52 -04:00
USE_X11= Yes
NO_BUILD= Yes
2007-06-04 06:44:09 -04:00
NO_REGRESS= Yes
2004-02-01 15:17:47 -05:00
PKG_ARCH= *
2003-07-25 20:09:17 -04:00
DISTFILES= andale32.exe \
arial32.exe \
arialb32.exe \
comic32.exe \
courie32.exe \
georgi32.exe \
impact32.exe \
times32.exe \
trebuc32.exe \
verdan32.exe \
webdin32.exe
INST_DIR= ${PREFIX}/lib/X11/fonts/mscorefonts
EXTRACT_CASES= *.exe) cabextract --lowercase --quiet \
--directory=${WRKDIST} ${FULLDISTDIR}/$$archive ;;
do-install:
${INSTALL_DATA_DIR} ${INST_DIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${INST_DIR}
${X11BASE}/bin/mkfontscale ${INST_DIR}
${X11BASE}/bin/mkfontdir ${INST_DIR}
tr -d \\015 < ${WRKDIST}/licen.txt > ${INST_DIR}/eula.txt
.include <bsd.port.mk>