1997-01-02 19:32:25 +00:00
|
|
|
# New ports collection makefile for: etlfonts-noncjk
|
1997-01-02 19:18:25 +00:00
|
|
|
# Date created: 3 Nov 1996
|
|
|
|
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
|
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1997-01-02 19:18:25 +00:00
|
|
|
#
|
|
|
|
|
2000-04-10 00:44:43 +00:00
|
|
|
PORTNAME= etlfonts-noncjk
|
2001-02-05 21:02:14 +00:00
|
|
|
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
|
1998-08-07 22:43:13 +00:00
|
|
|
CATEGORIES= x11-fonts
|
2005-11-27 03:24:37 +00:00
|
|
|
MASTER_SITES= # disappeared
|
2000-04-10 00:44:43 +00:00
|
|
|
DISTNAME= non-cjk
|
1997-01-02 19:18:25 +00:00
|
|
|
EXTRACT_SUFX= .tar
|
|
|
|
|
2008-12-08 04:46:15 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= X11 supplemental fonts
|
1997-01-02 19:18:25 +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
|
|
|
|
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
|
|
|
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
2004-07-23 19:10:32 +00:00
|
|
|
|
1999-02-03 11:12:01 +00:00
|
|
|
EXTRACT_CMD= ${TAR}
|
|
|
|
EXTRACT_BEFORE_ARGS= -xf
|
|
|
|
EXTRACT_AFTER_ARGS= # empty
|
- 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
|
1997-01-02 19:18:25 +00:00
|
|
|
|
|
|
|
post-extract:
|
1999-09-09 11:00:04 +00:00
|
|
|
@${GUNZIP_CMD} ${WRKSRC}/*.gz
|
1997-01-02 19:18:25 +00:00
|
|
|
|
|
|
|
post-install:
|
2000-10-08 10:23:48 +00:00
|
|
|
@${SH} ${PKGREQ} ${PKGNAME} INSTALL
|
1997-01-02 19:18:25 +00:00
|
|
|
|
2004-07-23 19:10:32 +00:00
|
|
|
.include <bsd.port.mk>
|