summaryrefslogtreecommitdiff
path: root/textproc/t1lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/t1lib/Makefile')
-rw-r--r--textproc/t1lib/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/textproc/t1lib/Makefile b/textproc/t1lib/Makefile
new file mode 100644
index 00000000000..b0f5eb9bc3d
--- /dev/null
+++ b/textproc/t1lib/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/11/05 08:26:03 garbled Exp $
+#
+
+DISTNAME= t1lib-0.8-beta
+PKGNAME= t1lib-0.8
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= libs/graphics/
+
+MAINTAINER= root@garbled.net
+HOMEPAGE= http://www.neuroinformatik.ruhr-uni-bochum.de/ini/PEOPLE/rmz/t1lib.html
+
+BUILD_DEPENDS= latex:../../print/teTeX
+
+WRKSRC= ${WRKDIR}/T1-0.8-beta
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --without-x
+
+post-install:
+ ${MKDIR} ${LOCALBASE}/share/examples/t1lib
+ ${CP} ${WRKSRC}/examples/Makefile ${LOCALBASE}/share/examples/t1lib
+ ${CP} ${WRKSRC}/examples/t1example1.c ${LOCALBASE}/share/examples/t1lib
+ ${CP} ${WRKSRC}/examples/t1lib.config ${LOCALBASE}/share/examples/t1lib
+ ${CP} ${WRKSRC}/examples/README.t1example1 ${LOCALBASE}/share/examples/t1lib
+ ${CP} ${WRKSRC}/examples/FontDataBase ${LOCALBASE}/share/examples/t1lib
+
+.include "../../mk/bsd.pkg.mk"