diff options
Diffstat (limited to 'textproc/untex/Makefile')
-rw-r--r-- | textproc/untex/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/untex/Makefile b/textproc/untex/Makefile new file mode 100644 index 00000000000..e3e0a18f3d1 --- /dev/null +++ b/textproc/untex/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/18 09:35:40 itojun Exp $ +# + +DISTNAME= untex-1.3 +CATEGORIES= textproc +MASTER_SITES= ftp://hal6000.uni-duisburg.de/pub/source/ + +MAINTAINER= packages@netbsd.org + +NO_WRKSUBDIR= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/untex ${PREFIX}/bin + ${INSTALL_MAN} ${WRKDIR}/untex.man ${PREFIX}/man/man1/untex.1 + +.include "../../mk/bsd.pkg.mk" |