diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-11-09 18:05:10 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-11-09 18:05:10 +0000 |
commit | 63fa801d4198d67407be4e333b49b257454ab3a9 (patch) | |
tree | 2557c03963a6947b5874e4c160fb6afe57870c65 /textproc/lout/Makefile | |
parent | d6266139f97861416c7acd92aff850ab2ea15326 (diff) | |
download | pkgsrc-63fa801d4198d67407be4e333b49b257454ab3a9.tar.gz |
Basser Lout, A TeX/troff-like formatter with PostScript/PDF output
Diffstat (limited to 'textproc/lout/Makefile')
-rw-r--r-- | textproc/lout/Makefile | 26 |
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" |