blob: ba5f643b232875859404ec2abdd25504858b05e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|