2000-11-18 13:23:15 +01:00
|
|
|
# New ports collection makefile for: jmk-x11-fonts
|
|
|
|
# Date created: Sat Aug 19 20:36:34 CEST 2000
|
|
|
|
# Whom: olgeni@uli.it
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= jmk-x11-fonts
|
|
|
|
PORTVERSION= 3.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 19:56:05 +02:00
|
|
|
PORTREVISION= 2
|
2000-11-18 13:23:15 +01:00
|
|
|
CATEGORIES= x11-fonts
|
2003-03-08 23:17:15 +01:00
|
|
|
MASTER_SITES= http://www.jmknoble.net/fonts/
|
2000-11-18 13:23:15 +01:00
|
|
|
|
2001-01-24 13:43:14 +01:00
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
2003-02-23 11:51:29 +01:00
|
|
|
COMMENT= Jim Knoble's font package for X
|
2000-11-18 13:23:15 +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
|
2000-11-18 13:23:15 +01:00
|
|
|
|
2004-07-23 21:10:32 +02:00
|
|
|
USE_IMAKE= yes
|
2000-11-18 13:23:15 +01:00
|
|
|
|
|
|
|
do-install:
|
2003-02-23 12:07:26 +01:00
|
|
|
@${MKDIR} ${PREFIX}/lib/X11/fonts/jmk
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${PREFIX}/lib/X11/fonts/jmk
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/lib/X11/fonts/jmk
|
2000-11-18 13:23:15 +01:00
|
|
|
|
|
|
|
post-install:
|
2004-05-01 18:24:47 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2000-11-18 13:23:15 +01:00
|
|
|
|
2004-07-23 21:10:32 +02:00
|
|
|
.include <bsd.port.mk>
|