1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/print/ttftot42/Makefile
Vanilla I. Shu 88c0634551 1: remove NO_STAGE.
2: convert to new format of LIB_DEPENDS.
2014-06-10 06:10:55 +00:00

23 lines
481 B
Makefile

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