freebsd-ports/print/ttftot42/Makefile
Dmitry Marakasov e93b741b40 - Switch to USES=localbase
- Update WWW
2018-01-24 09:02:07 +00:00

21 lines
436 B
Makefile

# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
# $FreeBSD$
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>