2001-06-12 17:00:34 +02:00
|
|
|
# New ports collection makefile for: XFree86-font75dpi
|
2000-06-08 12:42:32 +02:00
|
|
|
# Date created: 10 Oct 1999
|
|
|
|
# Whom: taguchi@tohoku.iij.ad.jp
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= font75dpi
|
2005-06-15 04:40:03 +02:00
|
|
|
PORTVERSION= 4.5.0
|
2006-02-07 10:56:51 +01:00
|
|
|
PORTREVISION= 1
|
2000-06-08 12:42:32 +02:00
|
|
|
CATEGORIES= x11-fonts
|
2001-03-26 01:04:52 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XFREE}
|
2002-03-17 00:40:19 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
2000-06-08 12:42:32 +02:00
|
|
|
PKGNAMEPREFIX= XFree86-
|
2005-06-15 04:40:03 +02:00
|
|
|
DISTFILES= XFree86-${PORTVERSION}-src-4.tgz
|
2000-06-08 12:42:32 +02:00
|
|
|
|
2003-11-12 02:04:37 +01:00
|
|
|
MAINTAINER= x11@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= XFree86-4 bitmap 75 dpi fonts
|
2000-06-08 12:42:32 +02:00
|
|
|
|
2003-03-12 00:38:11 +01:00
|
|
|
BUILD_DEPENDS= ucs2any:${PORTSDIR}/x11/XFree86-4-clients
|
2000-06-08 12:42:32 +02:00
|
|
|
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings
|
|
|
|
|
2004-05-31 08:13:24 +02:00
|
|
|
CONFLICTS= xorg-fonts-75dpi-*
|
|
|
|
|
2000-08-25 12:35:22 +02:00
|
|
|
USE_IMAKE= YES
|
|
|
|
PROJECTROOT= -DProjectRoot=${PREFIX}
|
|
|
|
DIST_SUBDIR= xc
|
|
|
|
WRKSRC= ${WRKDIR}/xc/fonts/bdf/75dpi
|
2000-06-08 12:42:32 +02:00
|
|
|
|
|
|
|
do-configure:
|
|
|
|
(cd ${WRKDIR}/xc/fonts/encodings && \
|
|
|
|
imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \
|
|
|
|
-DTOPDIR=../../.. -DCURDIR=.; \
|
|
|
|
${MAKE} Makefiles ; \
|
|
|
|
${MAKE} includes ; \
|
|
|
|
${MAKE} depend)
|
|
|
|
(cd ${WRKSRC} && \
|
|
|
|
imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \
|
|
|
|
-DTOPDIR=../../.. -DCURDIR=.; \
|
|
|
|
${MAKE} Makefiles ; \
|
|
|
|
${MAKE} includes ; \
|
|
|
|
${MAKE} depend)
|
|
|
|
|
|
|
|
pre-build:
|
|
|
|
(cd ${WRKDIR}/xc/fonts/encodings && \
|
|
|
|
${MAKE} all)
|
|
|
|
|
2006-02-07 10:56:51 +01:00
|
|
|
post-install:
|
|
|
|
@command fc-cache -v ${PREFIX}/lib/X11/fonts/75dpi || true
|
|
|
|
|
2004-07-23 21:10:32 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${X_WINDOW_SYSTEM:L} != xfree86-4
|
2005-11-11 23:16:17 +01:00
|
|
|
IGNORE= is part of XFree86 and you have ${X_WINDOW_SYSTEM} set for X11\
|
|
|
|
distribution. See The X Window System and Virtual Consoles chapter\
|
|
|
|
of FAQ for more information
|
2004-07-23 21:10:32 +02:00
|
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|