mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
ced69d4221
- MAINTAINER has changed his email address PR: ports/108188 Submitted by: Slaven Rezic <slaven at rezic.de> (maintainer) Approved by: alexbl (mentor, implicit)
28 lines
647 B
Makefile
28 lines
647 B
Makefile
# New ports collection makefile for: dvips2ascii
|
|
# Date created: 7 Aug 1997
|
|
# Whom: eserte@cs.tu-berlin.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dvips2ascii
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= srezic
|
|
|
|
MAINTAINER= slaven@rezic.de
|
|
COMMENT= PostScript (created by dvips) to ascii converter
|
|
|
|
PLIST_FILES= bin/dvips2ascii
|
|
|
|
do-build:
|
|
${MV} ${WRKSRC}/dvips2ascii ${WRKSRC}/dvips2ascii.orig
|
|
${SED} -e 's;#!.*perl;#!${PERL};' \
|
|
< ${WRKSRC}/dvips2ascii.orig > ${WRKSRC}/dvips2ascii
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/dvips2ascii ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|