summaryrefslogtreecommitdiff
path: root/x11-fonts/p5-type1inst/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/p5-type1inst/Makefile')
-rw-r--r--x11-fonts/p5-type1inst/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/x11-fonts/p5-type1inst/Makefile b/x11-fonts/p5-type1inst/Makefile
new file mode 100644
index 000000000000..9d57421b21f7
--- /dev/null
+++ b/x11-fonts/p5-type1inst/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: p5-type1inst
+# Version required: 0.6.1
+# Date created: 7 Jan 1998
+# Whom: giffunip@asme.org
+#
+# $Id$
+#
+
+DISTNAME= type1inst-0.6.1
+PKGNAME= p5-type1inst-0.6.1
+CATEGORIES= x11-fonts perl5
+MASTER_SITES= $(MASTER_SITE_SUNSITE)
+MASTER_SITE_SUBDIR=X11/xutils
+
+MAINTAINER= giffunip@asme.org
+
+USE_PERL5= yes
+NO_BUILD= yes
+STRIP=
+
+MANN= type1inst.n
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/type1inst ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/t1embed ${PREFIX}/bin
+ $(INSTALL_MAN) ${WRKSRC}/type1inst.man ${PREFIX}/man/mann/type1inst.n
+.if !defined(NOPORTDOCS)
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.type1inst
+.endif
+
+.include <bsd.port.mk>