1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/print/ttftot42/Makefile
2021-04-06 16:31:07 +02:00

21 lines
424 B
Makefile

# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
PORTNAME= ttftot42
PORTVERSION= 0.3.1
PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= http://www.nih.at/ttftot42/
MAINTAINER= ports@FreeBSD.org
COMMENT= TrueType to Type42 font converter
LIB_DEPENDS= libttf.so:print/freetype
GNU_CONFIGURE= yes
USES= localbase
PLIST_FILES= bin/ttftot42
CPPFLAGS+= -isystem${LOCALBASE}/include/freetype1/freetype
.include <bsd.port.mk>