freebsd-ports/converters/tnef/Makefile

33 lines
691 B
Makefile
Raw Normal View History

# Created by: Cyrus Rahman <cr@jcmax.com>
# $FreeBSD$
PORTNAME= tnef
2014-07-18 18:17:33 +02:00
PORTVERSION= 1.4.11
CATEGORIES= converters mail
2011-06-29 23:11:28 +02:00
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/
MAINTAINER= garga@FreeBSD.org
COMMENT= Unpack data in MS Outlook TNEF format
LICENSE= GPLv2
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
2013-09-27 16:49:58 +02:00
PORTDOCS= AUTHORS NEWS README THANKS TODO
PLIST_FILES= bin/tnef \
man/man1/tnef.1.gz
post-install-DOCS-on:
2013-09-25 02:37:36 +02:00
@${MKDIR} ${STAGEDIR}${DOCSDIR}
2013-09-27 16:49:58 +02:00
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>