mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
18 lines
348 B
Makefile
18 lines
348 B
Makefile
# Created by: Mike Meyer <mwm@mired.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= t1utils
|
|
PORTVERSION= 1.32
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://www.lcdf.org/type/
|
|
|
|
MAINTAINER= mwm@mired.org
|
|
COMMENT= Six utilities for manipulating t1 fonts
|
|
|
|
MAN1= t1ascii.1 t1binary.1 t1asm.1 t1disasm.1 t1unmac.1 t1mac.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|