582842c344
Trinkle (the author) for taking the time to talk to his University and to clarify the copyright/licensing situation. ok steven
28 lines
635 B
Makefile
28 lines
635 B
Makefile
# $OpenBSD: Makefile,v 1.21 2008/02/02 11:56:13 mbalmer Exp $
|
|
|
|
COMMENT= strip TeX/LaTeX codes from a file
|
|
|
|
DISTNAME= detex-2.8
|
|
CATEGORIES= print
|
|
|
|
MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/trinkle/
|
|
EXTRACT_SUFX= .tar
|
|
|
|
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
|
|
|
# NCSA/University of Illinois Open Source License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
NO_REGRESS= Yes
|
|
MAKE_FLAGS= CFLAGS="${CFLAGS}"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/detex ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/detex.1l ${PREFIX}/man/man1/detex.1
|
|
|
|
.include <bsd.port.mk>
|