mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
356cd5982a
with GNU Troff, as it is configured in a FreeBSD basic install. For details on usage, invoke: man utopia_font. WWW: http://www.mammothcheese.ca/munger.html -- James Bailie <jimmy@mammothcheese.ca> http://www.mammothcheese.ca PR: ports/144334 Submitted by: James Bailie <jimmy at mammothcheese.ca>
23 lines
496 B
Makefile
23 lines
496 B
Makefile
# New ports collection makefile for: utopia
|
|
# Date created: Fri, 26 Feb 2010 16:40:00 EST
|
|
# Whom: James Bailie <jimmy@mammothcheese.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= utopia
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://www.mammothcheese.ca/
|
|
|
|
MAINTAINER= jimmy@mammothcheese.ca
|
|
COMMENT= Adobe Utopia typeface for Groff
|
|
|
|
DATADIR= ${PREFIX}/share/utopia
|
|
|
|
MAN7= utopia_font.7
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|