summaryrefslogtreecommitdiff
path: root/textproc/lout/Makefile
diff options
context:
space:
mode:
authortsarna <tsarna>1998-11-09 18:05:10 +0000
committertsarna <tsarna>1998-11-09 18:05:10 +0000
commit9eee95beee5d1e815b24ebfe85bc56a51c8e28ec (patch)
tree2557c03963a6947b5874e4c160fb6afe57870c65 /textproc/lout/Makefile
parent85ad6dea938db54d1acaea4d31c85846a6db346c (diff)
downloadpkgsrc-9eee95beee5d1e815b24ebfe85bc56a51c8e28ec.tar.gz
Basser Lout, A TeX/troff-like formatter with PostScript/PDF output
Diffstat (limited to 'textproc/lout/Makefile')
-rw-r--r--textproc/lout/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/lout/Makefile b/textproc/lout/Makefile
new file mode 100644
index 00000000000..6b215d85678
--- /dev/null
+++ b/textproc/lout/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/11/09 18:05:10 tsarna Exp $
+#
+
+DISTNAME= lout-3.12
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.cs.usyd.edu.au/jeff/lout/
+
+MAINTAINER= tsarna@netbsd.org
+HOMEPAGE= http://snark.niif.spb.su/~uwe/lout/lout.html
+
+PLIST_SRC= ${WRKDIR}/.PLIST_SRC
+INSTALL_TARGET= allinstall
+
+do-configure:
+ ${MV} ${WRKSRC}/makefile ${WRKSRC}/makefile.in
+ ${SED} -e "s,@PREFIX@,${PREFIX}," <${WRKSRC}/makefile.in >${WRKSRC}/Makefile
+
+post-install:
+ ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
+ (cd ${PREFIX}; find share/doc/lout -type f -print >>${PLIST_SRC})
+ (cd ${PREFIX}; find share/lout -type f -print >>${PLIST_SRC})
+ ${ECHO} "@unexec ${RM} -rf %D/share/doc/lout" >>${PLIST_SRC}
+ (cd ${PREFIX}; find -d share/lout -type d -print | \
+ ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC})
+
+.include "../../mk/bsd.pkg.mk"