2012-12-20 09:16:17 +00:00
|
|
|
# Created by: Samy Al Bahra <samy@kerneled.com>
|
2003-10-03 11:45:00 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2012-12-20 09:16:17 +00:00
|
|
|
PORTNAME= ae_fonts_mono
|
|
|
|
PORTVERSION= 1.0
|
- 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
|
|
|
PORTREVISION= 2
|
2012-12-20 09:16:17 +00:00
|
|
|
CATEGORIES= arabic x11-fonts
|
|
|
|
MASTER_SITES= SF/arabeyes/Fonts/ae_fonts
|
|
|
|
DISTNAME= ${PORTNAME}
|
2003-10-03 11:45:00 +00:00
|
|
|
|
2009-08-19 19:50:32 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-12-20 09:16:17 +00:00
|
|
|
COMMENT= Collection of PCF fonts that include Arabic glyphs
|
2003-10-03 11:45:00 +00:00
|
|
|
|
- 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
|
|
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
|
|
|
|
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
|
|
|
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
2004-07-23 19:10:32 +00:00
|
|
|
|
- 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
|
|
|
USE_XORG= x11
|
2014-06-01 08:08:51 +00:00
|
|
|
USES= tar:bzip2
|
2010-01-07 04:51:50 +00:00
|
|
|
SUB_FILES= pkg-message
|
2003-10-03 11:45:00 +00:00
|
|
|
|
|
|
|
do-build:
|
|
|
|
@mkfontdir ${WRKSRC}
|
|
|
|
|
|
|
|
do-install:
|
2013-09-25 13:57:30 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}/${PREFIX}/lib/X11/fonts/ae_fonts_mono
|
2012-12-20 09:16:17 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.pcf ${WRKSRC}/fonts.dir \
|
2013-09-25 13:57:30 +00:00
|
|
|
${STAGEDIR}/${PREFIX}/lib/X11/fonts/ae_fonts_mono
|
2003-10-03 11:45:00 +00:00
|
|
|
|
2004-07-23 19:10:32 +00:00
|
|
|
.include <bsd.port.mk>
|