mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3e4ed01146
- 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)
34 lines
905 B
Makefile
34 lines
905 B
Makefile
# New ports collection makefile for: gugod-clean
|
|
# Date Created: 21 Jun 2001
|
|
# Whom: Kang-min Liu <gugod@gugod.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gugod-clean
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= chinese x11-fonts
|
|
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/gugod/
|
|
|
|
MAINTAINER= gugod@gugod.org
|
|
COMMENT= A pretty font modifyed from X11 schumacher-clean that match kcfonts
|
|
|
|
RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
|
|
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
|
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
|
|
|
FONTFILES= gugod16.bdf gugod18.bdf gugod20.bdf gugod22.bdf
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
NO_BUILD= yes
|
|
SHAREMODE= 644
|
|
XFONTDIR= ${LOCALBASE}/lib/X11/fonts/local
|
|
|
|
do-install:
|
|
@${MKDIR} ${XFONTDIR}
|
|
.for i in ${FONTFILES}
|
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${XFONTDIR}
|
|
.endfor
|
|
@cd ${XFONTDIR} ; mkfontdir
|
|
|
|
.include <bsd.port.mk>
|