1995-08-14 04:08:02 +00:00
|
|
|
# New ports collection makefile for: libXg
|
|
|
|
# Date created: Sun Aug 13 12:36:14 CDT 1995
|
|
|
|
# Whom: erich@rrnet.com
|
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1995-08-14 04:08:02 +00:00
|
|
|
#
|
|
|
|
|
2000-04-10 00:44:43 +00:00
|
|
|
PORTNAME= libXgFonts
|
2000-07-22 07:34:08 +00:00
|
|
|
PORTVERSION= 1.0
|
1999-01-09 03:19:49 +00:00
|
|
|
CATEGORIES= x11-fonts plan9
|
2000-07-22 07:34:08 +00:00
|
|
|
MASTER_SITES= ftp://ftp.cs.usyd.edu.au/matty/unicode/
|
2000-04-10 00:44:43 +00:00
|
|
|
DISTNAME= libXg.utf.fonts
|
1995-10-28 20:35:56 +00:00
|
|
|
|
2000-04-23 22:59:51 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1995-10-28 20:35:56 +00:00
|
|
|
|
1995-08-14 04:08:02 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1995-08-14 04:08:02 +00:00
|
|
|
|
2000-09-12 13:04:00 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${XFREE86_VERSION} == 4
|
|
|
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
|
|
|
|
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|