blob: ca44502c80823e290e0552b123ee54e30fc499e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: never@nevermind.kiev.ua
# $FreeBSD$
PORTNAME= mimelib
PORTVERSION= 1.1.2
PORTREVISION= 1
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.*
USE_AUTOTOOLS= 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>
|