28 lines
629 B
Makefile
28 lines
629 B
Makefile
# $NetBSD: Makefile,v 1.24 2008/06/20 01:09:24 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= tnef-1.4.3
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tnef/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://tnef.sourceforge.net/
|
|
COMMENT= Decode MS-TNEF MIME attachments
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
TEST_TARGET= check
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.tnef
|
|
PKG_SUPPORTED_OPTIONS= debug
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mdebug)
|
|
CONFIGURE_ARGS+= --enable-debug
|
|
.endif
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|