2001-06-12 17:00:34 +02:00
|
|
|
# New ports collection makefile for: XFree86-fontEncodings
|
2000-06-08 12:42:32 +02:00
|
|
|
# Date created: 10 Oct 1999
|
|
|
|
# Whom: taguchi@tohoku.iij.ad.jp
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fontEncodings
|
2004-08-10 03:29:22 +02:00
|
|
|
PORTVERSION= 4.4.0
|
2000-06-08 12:42:32 +02:00
|
|
|
CATEGORIES= x11-fonts
|
2001-03-26 01:04:52 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XFREE}
|
2004-08-10 03:29:22 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
2000-06-08 12:42:32 +02:00
|
|
|
PKGNAMEPREFIX= XFree86-
|
2004-08-10 03:29:22 +02:00
|
|
|
DISTFILES= XFree86-4.4.0-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 font encoding files
|
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
|
|
|
|
2004-05-31 08:13:24 +02:00
|
|
|
CONFLICTS= xorg-fonts-encodings-*
|
|
|
|
|
2000-08-25 12:35:22 +02:00
|
|
|
USE_IMAKE= YES
|
|
|
|
PROJECTROOT= -DProjectRoot=${PREFIX}
|
|
|
|
DIST_SUBDIR= xc
|
2003-03-12 00:38:11 +01:00
|
|
|
EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/fonts/encodings
|
2000-08-25 12:35:22 +02:00
|
|
|
WRKSRC= ${WRKDIR}/xc/fonts/encodings
|
2000-06-08 12:42:32 +02:00
|
|
|
|
|
|
|
do-configure:
|
|
|
|
(cd ${WRKSRC} && \
|
|
|
|
imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \
|
|
|
|
-DTOPDIR=../../.. -DCURDIR=.; \
|
|
|
|
${MAKE} Makefiles ; \
|
|
|
|
${MAKE} includes ; \
|
|
|
|
${MAKE} depend)
|
|
|
|
|
2004-07-23 21:10:32 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${X_WINDOW_SYSTEM:L} != xfree86-4
|
|
|
|
IGNORE= is part of XFree86-4
|
|
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|