1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/arabic/khotot/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

60 lines
1.7 KiB
Makefile

# New ports collection makefile for: khotot
# Date created: August 23 2003
# Whom: Samy Al Bahra <samy@kerneled.com>
#
# $FreeBSD$
#
PORTNAME= khotot
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= arabic
MASTER_SITES= #
DISTFILES= #
EXTRACT_ONLY= #
MAINTAINER= sbahra@gwu.edu
COMMENT= A meta-port of the most popular font packages
.if !defined(WITHOUT_MONO)
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/ae_fonts_mono/fonts.dir:${PORTSDIR}/arabic/ae_fonts_mono
.endif
.if !defined(WITHOUT_AEFONTS)
RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/ae_fonts1/AAHS/fonts.dir:${PORTSDIR}/arabic/ae_fonts_ttf
.endif
.if !defined(WITHOUT_KACST)
RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/kacst_fonts/fonts.dir:${PORTSDIR}/arabic/kacst_fonts
.endif
NO_BUILD= yes
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "**********************************************"
@${ECHO_MSG} "The following make variables can be set to"
@${ECHO_MSG} "exclude certain font sets:"
@${ECHO_MSG} ""
@${ECHO_MSG} "WITHOUT_MONO - do not install the Arabic PCF"
@${ECHO_MSG} " fonts"
@${ECHO_MSG} ""
@${ECHO_MSG} "WITHOUT_AEFONTS - do not install the Arabeyes"
@${ECHO_MSG} " truetype Arabic fonts"
@${ECHO_MSG} ""
@${ECHO_MSG} "WITHOUT_KACST - do not install the truetype"
@${ECHO_MSG} " Arabic fonts created in the"
@${ECHO_MSG} " King AbdulAziz University of"
@${ECHO_MSG} " Riyadh, Saudi Arabia"
@${ECHO_MSG} "**********************************************"
@${ECHO_MSG} ""
do-install:
# This is a meta-port, the do-install target is not needed
post-install:
@${CAT} ${PKGMESSAGE} | ${SED} "s|LOCALBASE|${LOCALBASE}|g" \
${PKGDIR}/pkg-message
.include <bsd.port.mk>