blob: 5e871c4fb0756d9e894b74c567b8449d534f5f4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: libXg
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
# $FreeBSD$
#
PORTNAME= libXgFonts
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= x11-fonts plan9
MASTER_SITES= ftp://ftp.cs.usyd.edu.au/matty/unicode/
DISTNAME= libXg.utf.fonts
MAINTAINER= ports@FreeBSD.org
COMMENT= UNICODE fonts for use with 9term and sam
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
|