freebsd-ports/x11-fonts/ttmkfdir/Makefile
Ion-Mihai Tetcu 6e89799a34 - Update to 3.0.9
- Pass maintainership to submitter

Added file(s):
- files/patch-builtin.cpp
- files/patch-directory.cpp
- files/patch-encoding.l
- files/patch-ttf.cpp
- files/patch-util.h

This release contains additional patches and impovements from Redhat and net:
- Compressed fonts support via Zlib
- Improve performance when checking if a font has a mapping present
- Base font file selection on the magic at the start of the file
- iso8859-13 support
- Default read system encodings.dir instead of the one in current directory
- A lot of bugfixes

PR:		ports/100520
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-07-19 11:06:15 +00:00

31 lines
677 B
Makefile

# New ports collection makefile for: ttmkfdir
# Date created: September 08, 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ttmkfdir
PORTVERSION= 3.0.9
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= x11-fonts x11
MASTER_SITES= http://mbsd.msk.ru/dist/
MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= Create fonts.scale file for use with TrueType font server
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
PLIST_FILES= bin/ttmkfdir
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETOPT_LONG=yes
USE_X_PREFIX= yes
MAKE_ENV= LDFLAGS="${LDFLAGS}" CXXFLAGS="${CFLAGS}" CXX="${CXX}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin
.include <bsd.port.mk>