freebsd-ports/print/dvips2ascii/Makefile
Satoshi Asami 2d39435104 Add $Id$. (No, the line that started with "# Makefile,v 1.2" does
not really qualify as an $Id$ line. :>

Pointed out by:	portlint
1997-08-27 05:05:32 +00:00

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>