1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/print/ttf2pt1/Makefile
Ying-Chieh Liao c6142097fb add ttf2pt1
True Type Font to Postscript Type 1 Converter
2001-08-11 17:12:38 +00:00

26 lines
523 B
Makefile

# ex:ts=8
# New ports collection makefile for: ttf2pt1
# Date created: Aug 11, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ttf2pt1
PORTVERSION= 3.3.4
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config
MAKE_ENV= FREETYPE_CONFIG="${FREETYPE_CONFIG}"
MAN1= ttf2pt1.1 ttf2pt1_convert.1 ttf2pt1_x2gs.1
.include <bsd.port.mk>