summaryrefslogtreecommitdiff
path: root/x11-servers/Xfstt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-servers/Xfstt/Makefile')
-rw-r--r--x11-servers/Xfstt/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/x11-servers/Xfstt/Makefile b/x11-servers/Xfstt/Makefile
new file mode 100644
index 000000000000..cb79f8dec889
--- /dev/null
+++ b/x11-servers/Xfstt/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: Xfstt
+# Version required: 0.9.10
+# Date created: 11 September 1998
+# Whom: jabley@clear.co.nz
+#
+# $Id$
+#
+
+DISTNAME= Xfstt-0.9.10
+CATEGORIES= x11
+MASTER_SITES= $(MASTER_SITE_SUNSITE)
+MASTER_SITE_SUBDIR= X11/fonts
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= jabley@clear.co.nz
+
+WRKSRC= $(WRKDIR)/xfstt0910
+
+USE_X_PREFIX= yes
+MAN1= xfstt.1
+
+do-install:
+ $(INSTALL_PROGRAM) $(WRKSRC)/xfstt $(PREFIX)/bin
+ $(INSTALL_MAN) $(WRKSRC)/xfstt.1x $(PREFIX)/man/man1/xfstt.1
+
+post-install:
+ strip $(PREFIX)/bin/xfstt
+.if !defined(NOPORTDOCS)
+ $(MKDIR) $(PREFIX)/share/doc/xfstt
+ $(INSTALL_DATA) $(WRKSRC)/FAQ $(PREFIX)/share/doc/xfstt
+ $(INSTALL_DATA) $(WRKSRC)/CHANGES $(PREFIX)/share/doc/xfstt
+ $(INSTALL_DATA) $(WRKSRC)/INSTALL $(PREFIX)/share/doc/xfstt
+ $(INSTALL_DATA) $(WRKSRC)/THANKS.txt $(PREFIX)/share/doc/xfstt
+.endif
+
+.include <bsd.port.mk>