diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-08-26 16:31:13 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-08-26 16:31:13 +0000 |
commit | d565b684572fb7f30e0ac5afa07152d9a0e3493a (patch) | |
tree | 1c15a37bf79e19d1fd368ab6de01d794b646e2b0 /print/dvips2ascii/Makefile | |
parent | Fix this. (diff) |
PostScript (created by dvips) to ascii converter
PR: ports/4245
Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de>
Diffstat (limited to 'print/dvips2ascii/Makefile')
-rw-r--r-- | print/dvips2ascii/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/print/dvips2ascii/Makefile b/print/dvips2ascii/Makefile new file mode 100644 index 000000000000..c16cdc94f278 --- /dev/null +++ b/print/dvips2ascii/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: dvips2ascii +# Version required: 1.0 +# Date created: 7 Aug 1997 +# Whom: eserte@cs.tu-berlin.de +# +# Makefile,v 1.2 1995/09/14 11:22:50 asami Exp +# + +DISTNAME= dvips2ascii-1.0 +CATEGORIES= print +MASTER_SITES= http://www.freebsd.org/~wosch/src/ + +MAINTAINER= eserte@cs.tu-berlin.de + +do-build: + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/dvips2ascii ${PREFIX}/bin + +.include <bsd.port.mk> |