mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
32ffb83c23
Approved by: portmgr blanket
27 lines
668 B
Makefile
27 lines
668 B
Makefile
# Created by: never@nevermind.kiev.ua
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mimelib
|
|
PORTVERSION= 1.1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= converters
|
|
MASTER_SITES= SF/icqmail/libs/${PORTVERSION}
|
|
|
|
MAINTAINER= never@nevermind.kiev.ua
|
|
COMMENT= C++ class library for manipulating messages in MIME format
|
|
|
|
CONFLICTS= kdenetwork-3.1.*
|
|
|
|
USES= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
${FIND} ${WRKSRC}/mimelib/ -name "*.cpp" -or -name "*.h" \
|
|
| ${XARGS} ${REINPLACE_CMD} -e "s,iostream.h,iostream,"
|
|
${TOUCH} ${WRKSRC}/mimelib/mimelib/Makefile.in ${WRKSRC}/stamp-h.in ${WRKSRC}/Makefile.in ${WRKSRC}/mimelib/Makefile.in
|
|
|
|
.include <bsd.port.post.mk>
|