freebsd-ports/print/ttftot42/Makefile
Tijl Coosemans d9aa7a8cbf print/freetype:
- Remove old libtool patch
- Remove :oldver from USES=libtool and bump dependent ports
2014-09-19 15:45:14 +00:00

23 lines
481 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:${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>