mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
b8a4fa151e
PR: 55715 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
29 lines
637 B
Makefile
29 lines
637 B
Makefile
# New ports collection makefile for: ktnef
|
|
# Date created: Sat Jun 28 01:09:48 CEST 2003
|
|
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ktnef
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= converters mail kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= brueffer@phoenix-systems.de
|
|
COMMENT= TNEF viewer/extractor for KDE
|
|
|
|
USE_KDELIBS_VER= 3
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
post-extract:
|
|
@${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|