openbsd-ports/print/detex/Makefile
pvalchev 3933285779 The source code does not have a license, but the README indicates that
redistribution (without modification) is allowed.
Keep PERMIT_DISTFILES* as Yes, and set PERMIT_PACKAGE* to "no license"
since we do not know if we are allowed to package.
2001-06-27 02:51:37 +00:00

34 lines
765 B
Makefile

# OpenBSD makefile for: detex
# Version required: 2.6
# Date created: May 17 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.13 2001/06/27 02:51:37 pvalchev Exp $
#
COMMENT= "strip TeX/LaTeX codes from a file"
DISTNAME= detex-2.6
CATEGORIES= print
NEED_VERSION= 1.402
MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/trinkle/
EXTRACT_SUFX= .tar
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
# License: NONE
PERMIT_PACKAGE_CDROM= "no license"
PERMIT_PACKAGE_FTP= "no license"
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WRKDIST= ${WRKDIR}
MAN1= detex.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/detex ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1}l ${PREFIX}/man/man1/${MAN1}
.include <bsd.port.mk>