openbsd-ports/print/detex/Makefile
turan c5965282f3 These ports have bad packing lists.
Ports tree is now unlocked.  Read the new policy first.
1999-10-26 04:56:35 +00:00

28 lines
589 B
Makefile

# OpenBSD makefile for: detex
# Version required: 2.6
# Date created: May 17 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.2 1999/10/26 04:56:39 turan Exp $
#
BROKEN= bad packing lists
DISTNAME= detex-2.6
CATEGORIES= print
MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/trinkle/
EXTRACT_SUFX= .tar
MAINTAINER= angelos@openbsd.org
EXTRACT_BEFORE_ARGS= -C ${WRKDIR} -xf
NO_WRKSUBDIR= yes
MAN1= detex.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/detex ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1}l ${PREFIX}/man/man1/${MAN1}
.include <bsd.port.mk>