4eb209da7d
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
28 lines
648 B
Makefile
28 lines
648 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
|
|
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:${X_CLIENTS_PORT}
|
|
|
|
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>
|