2001-06-21 21:10:24 +02:00
|
|
|
# New ports collection makefile for: gugod-clean
|
|
|
|
# Date Created: 21 Jun 2001
|
|
|
|
# Whom: Kang-min Liu <gugod@gugod.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gugod-clean
|
2001-08-18 15:29:53 +02:00
|
|
|
PORTVERSION= 1.3
|
- 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
|
2001-06-21 21:10:24 +02:00
|
|
|
CATEGORIES= chinese x11-fonts
|
2001-12-26 21:02:37 +01:00
|
|
|
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/gugod/
|
2001-06-21 21:10:24 +02:00
|
|
|
|
|
|
|
MAINTAINER= gugod@gugod.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= A pretty font modifyed from X11 schumacher-clean that match kcfonts
|
2001-06-21 21:10:24 +02: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
|
|
|
RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
|
|
|
|
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
|
|
|
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
2001-12-29 18:36:36 +01:00
|
|
|
|
2001-08-18 15:29:53 +02:00
|
|
|
FONTFILES= gugod16.bdf gugod18.bdf gugod20.bdf gugod22.bdf
|
2001-06-21 21:10:24 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
NO_BUILD= yes
|
|
|
|
SHAREMODE= 644
|
- 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
|
|
|
XFONTDIR= ${LOCALBASE}/lib/X11/fonts/local
|
2001-06-21 21:10:24 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${XFONTDIR}
|
|
|
|
.for i in ${FONTFILES}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${XFONTDIR}
|
|
|
|
.endfor
|
2001-06-23 18:43:03 +02:00
|
|
|
@cd ${XFONTDIR} ; mkfontdir
|
2001-06-21 21:10:24 +02:00
|
|
|
|
2004-07-23 21:10:32 +02:00
|
|
|
.include <bsd.port.mk>
|