2002-01-20 11:41:32 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lfpfonts-fix
|
|
|
|
PORTVERSION= 0.82
|
- 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 19:56:05 +02:00
|
|
|
PORTREVISION= 2
|
2002-01-20 11:41:32 +01:00
|
|
|
CATEGORIES= x11-fonts
|
2009-08-22 02:39:37 +02:00
|
|
|
MASTER_SITES= SF/xfonts/${PORTNAME}/${PORTVERSION}
|
2002-01-20 11:41:32 +01:00
|
|
|
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
2003-02-23 11:51:29 +01:00
|
|
|
COMMENT= Fixed width fonts from the Linux Font Project
|
2002-01-20 11:41:32 +01: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 19:56:05 +02:00
|
|
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
|
|
|
|
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
|
|
|
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
2004-07-23 21:10:32 +02:00
|
|
|
|
2002-01-20 11:41:32 +01:00
|
|
|
WRKSRC= ${WRKDIR}/lfpfonts-fix
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
|
2013-09-21 01:51:14 +02:00
|
|
|
NO_STAGE= yes
|
2002-01-20 11:41:32 +01:00
|
|
|
do-install:
|
2003-02-23 12:07:26 +01:00
|
|
|
@${MKDIR} ${PREFIX}/lib/X11/fonts/lfpfonts-fix
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/lfp-fix/*.pcf.gz ${PREFIX}/lib/X11/fonts/lfpfonts-fix
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/lfp-fix/fonts.dir ${PREFIX}/lib/X11/fonts/lfpfonts-fix
|
2002-01-20 11:41:32 +01:00
|
|
|
|
|
|
|
post-install:
|
2004-05-01 18:24:47 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2002-01-20 11:41:32 +01:00
|
|
|
|
2004-07-23 21:10:32 +02:00
|
|
|
.include <bsd.port.mk>
|