mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2d39435104
not really qualify as an $Id$ line. :> Pointed out by: portlint
21 lines
407 B
Makefile
21 lines
407 B
Makefile
# New ports collection makefile for: dvips2ascii
|
|
# Version required: 1.0
|
|
# Date created: 7 Aug 1997
|
|
# Whom: eserte@cs.tu-berlin.de
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
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>
|