1995-08-14 00:08:02 -04:00
|
|
|
# New ports collection makefile for: libXg
|
|
|
|
# Date created: Sun Aug 13 12:36:14 CDT 1995
|
|
|
|
# Whom: erich@rrnet.com
|
|
|
|
#
|
1999-08-30 23:04:38 -04:00
|
|
|
# $FreeBSD$
|
1995-08-14 00:08:02 -04:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:44:43 -04:00
|
|
|
PORTNAME= libXgFonts
|
2000-07-22 03:34:08 -04:00
|
|
|
PORTVERSION= 1.0
|
1999-01-08 22:19:49 -05:00
|
|
|
CATEGORIES= x11-fonts plan9
|
2000-07-22 03:34:08 -04:00
|
|
|
MASTER_SITES= ftp://ftp.cs.usyd.edu.au/matty/unicode/
|
2000-04-09 20:44:43 -04:00
|
|
|
DISTNAME= libXg.utf.fonts
|
1995-10-28 16:35:56 -04:00
|
|
|
|
2000-04-23 18:59:51 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1995-10-28 16:35:56 -04:00
|
|
|
|
1995-08-14 00:08:02 -04:00
|
|
|
NO_WRKSUBDIR= yes
|
1998-08-05 05:31:52 -04:00
|
|
|
USE_X_PREFIX= yes
|
1995-08-14 00:08:02 -04:00
|
|
|
|
2000-09-12 09:04:00 -04: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>
|