freebsd-ports/x11-fonts/ttmkfdir/Makefile
Stanislav Sedov 422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
2011-10-24 03:33:20 +00:00

28 lines
586 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= 2
PORTEPOCH= 1
CATEGORIES= x11-fonts x11
MASTER_SITES= http://mbsd.msk.ru/dist/
MAINTAINER= ports@FreeBSD.org
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_XORG= x11
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin
.include <bsd.port.mk>