freebsd-ports/arabic/kacst_fonts/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

38 lines
899 B
Makefile

# New ports collection makefile for: kacst_fonts
# Date created: August 22 2003
# Whom: Samy Al Bahra <samy@kerneled.com>
#
# $FreeBSD$
#
PORTNAME= kacst_fonts
PORTVERSION= 1.5
PORTREVISION= 2
CATEGORIES= arabic
MASTER_SITES= SF/arabeyes
DISTNAME= kacst_fonts_${PORTVERSION}
MAINTAINER= sbahra@gwu.edu
COMMENT= Truetype Arabic fonts created by KACST
BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/KacstArabicFonts-${PORTVERSION}
SUB_FILES= pkg-message
SUB_LIST= PORTNAME="${PORTNAME}"
do-build:
cd ${WRKDIR} && ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir
do-install:
${MKDIR} ${PREFIX}/lib/X11/fonts/kacst_fonts/
${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/lib/X11/fonts/kacst_fonts/
${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/lib/X11/fonts/kacst_fonts/
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>