diff options
Diffstat (limited to 'print/utopia/Makefile')
-rw-r--r-- | print/utopia/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/print/utopia/Makefile b/print/utopia/Makefile new file mode 100644 index 000000000000..bc04a7cece98 --- /dev/null +++ b/print/utopia/Makefile @@ -0,0 +1,22 @@ +# 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> |