openbsd-ports/mail/tnef/Makefile
sthen 8bef221d39 Update to 1.4.7, fixing a problem with UTF conversion. From Brad,
ok ajacoutot@ kevlo@

(reminder, ports is not fully open, do not commit without specific permission)
2010-02-25 14:42:52 +00:00

29 lines
547 B
Makefile

# $OpenBSD: Makefile,v 1.14 2010/02/25 14:42:52 sthen Exp $
COMMENT= decode MS-TNEF MIME attachments
DISTNAME= tnef-1.4.7
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tnef/}
HOMEPAGE= http://tnef.sourceforge.net/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MODULES= devel/gettext
.include <bsd.port.mk>