mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
32 lines
773 B
Makefile
32 lines
773 B
Makefile
# 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
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://www.jmknoble.net/fonts/
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Jim Knoble's font package for X
|
|
|
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
|
|
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
|
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
|
|
|
USE_IMAKE= yes
|
|
|
|
do-install:
|
|
@${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
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|