summaryrefslogtreecommitdiff
path: root/x11-fonts/ttmkfdir/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/ttmkfdir/Makefile')
-rw-r--r--x11-fonts/ttmkfdir/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-fonts/ttmkfdir/Makefile b/x11-fonts/ttmkfdir/Makefile
new file mode 100644
index 000000000000..84fa6d8ac181
--- /dev/null
+++ b/x11-fonts/ttmkfdir/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: ttmkfdir
+# Version required: 0.0
+# Date created: September 08, 1998
+# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
+#
+# $Id$
+
+DISTNAME= ttmkfdir
+PKGNAME= ttmkfdir-0.0
+CATEGORIES= x11
+MASTER_SITES= http://www.darmstadt.gmd.de/~pommnitz/
+
+MAINTAINER= ports@FreeBSD.ORG
+
+LIB_DEPENDS= ttf\\.2\\.:${PORTSDIR}/print/freetype
+
+NO_WRKSUBDIR= yes
+USE_X_PREFIX= yes
+
+do-build:
+ cd ${WRKSRC}; \
+ ${CC} ${CFLAGS} -I${LOCALBASE}/include ttmkfdir.c -o ttmkfdir -L${LOCALBASE}/lib -lttf
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin
+
+.include <bsd.port.mk>