Update print/abcm2ps to version 8.12.3
[dports.git] / print / dvips2ascii / Makefile
1 # Created by: eserte@cs.tu-berlin.de
2 # $FreeBSD$
3
4 PORTNAME=       dvips2ascii
5 PORTVERSION=    1.3
6 CATEGORIES=     print
7 MASTER_SITES=   SF/srezic/${PORTNAME}/${PORTVERSION}
8
9 MAINTAINER=     slaven@rezic.de
10 COMMENT=        PostScript (created by dvips) to ASCII converter
11
12 USES=           shebangfix
13 NO_BUILD=       yes
14
15 PLIST_FILES=    bin/dvips2ascii
16 SHEBANG_FILES=  dvips2ascii
17
18 do-install:
19         ${INSTALL_SCRIPT} ${WRKSRC}/dvips2ascii ${STAGEDIR}${PREFIX}/bin
20
21 .include <bsd.port.mk>