# $OpenBSD: Makefile,v 1.1.1.1 2001/04/10 20:15:20 lebel Exp $ COMMENT= "create fonts.scale file for the TrueType font server" PKGNAME= ttmkfdir-0.0 DISTNAME= ttmkfdir HOMEPAGE= http://www.joerg-pommnitz.de/TrueType/xfsft.html CATEGORIES= x11 NEED_VERSION= 1.364 MAINTAINER= David Lebel MASTER_SITES= http://www.joerg-pommnitz.de/TrueType/ LIB_DEPENDS= freetype.::print/freetype PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WRKSRC= ${WRKDIR} do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} ttmkfdir.c \ -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype \ -L${LOCALBASE}/lib -o ttmkfdir -lttf do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin/ttmkfdir .include