freebsd-ports/textproc/tnef2txt/Makefile
Jimmy Olgeni 22d7896c17 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.

CR:		D509
Approved by:	portmgr (antoine)
2014-08-03 14:15:08 +00:00

25 lines
572 B
Makefile

# Created by: Jim Mock <jim@FreeBSD.org>
# $FreeBSD$
PORTNAME= tnef2txt
PORTVERSION= 1.4
CATEGORIES= textproc converters
MASTER_SITES= http://www.fiction.net/blong/programs/tnef2txt/
MAINTAINER= ports@FreeBSD.org
COMMENT= Portable application/ms-tnef parser
ALL_TARGET= tnef2txt
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
PLIST_FILES= bin/tnef2txt
PORTDOCS= README
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tnef2txt ${STAGEDIR}${PREFIX}/bin
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>