mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
e722fbc2cd
Approved by: portmgr (blanket)
36 lines
720 B
Makefile
36 lines
720 B
Makefile
# Created by: Cyrus Rahman <cr@jcmax.com>
|
|
|
|
PORTNAME= tnef
|
|
PORTVERSION= 1.4.12
|
|
CATEGORIES= converters mail
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= Unpack data in MS Outlook TNEF format
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cpe
|
|
|
|
CPE_VENDOR= tnef_project
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PORTDOCS= AUTHORS BUGS NEWS README.md THANKS
|
|
PLIST_FILES= bin/tnef \
|
|
man/man1/tnef.1.gz
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
|
|
|
# This target is intended to be run by the port maintainer.
|
|
x-test: build
|
|
.for dir in cmdline files
|
|
@cd ${WRKSRC}/tests/${dir} && ${MAKE} check-TESTS
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|