View | Details | Raw Unified | Return to bug 115038
Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	eps
8
PORTNAME=	eps
9
PORTVERSION=	1.5
9
PORTVERSION=	1.5
10
PORTREVISION=	1
10
CATEGORIES=	mail
11
CATEGORIES=	mail
11
MASTER_SITES=	http://www.inter7.com/eps/
12
MASTER_SITES=	http://www.inter7.com/eps/
12
13
Lines 24-30 Link Here
24
25
25
do-install:
26
do-install:
26
	${INSTALL_DATA} ${WRKSRC}/libeps.a ${PREFIX}/lib
27
	${INSTALL_DATA} ${WRKSRC}/libeps.a ${PREFIX}/lib
27
	${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/
28
	${MKDIR} ${PREFIX}/include/eps
29
	${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/eps
28
30
29
.if !defined(NOPORTDOCS)
31
.if !defined(NOPORTDOCS)
30
	@${MKDIR} ${DOCSDIR}
32
	@${MKDIR} ${DOCSDIR}
(-)pkg-plist (-18 / +19 lines)
Lines 1-19 Link Here
1
include/address.h
1
include/eps/address.h
2
include/base64.h
2
include/eps/base64.h
3
include/boundary.h
3
include/eps/boundary.h
4
include/buffer.h
4
include/eps/buffer.h
5
include/content.h
5
include/eps/content.h
6
include/email.h
6
include/eps/email.h
7
include/eps.h
7
include/eps/eps.h
8
include/fold.h
8
include/eps/fold.h
9
include/header.h
9
include/eps/header.h
10
include/int_buffer.h
10
include/eps/int_buffer.h
11
include/int_stream.h
11
include/eps/int_stream.h
12
include/interface.h
12
include/eps/interface.h
13
include/line.h
13
include/eps/line.h
14
include/mime.h
14
include/eps/mime.h
15
include/misc.h
15
include/eps/misc.h
16
include/qp.h
16
include/eps/qp.h
17
include/rfc2822.h
17
include/eps/rfc2822.h
18
include/unfold.h
18
include/eps/unfold.h
19
lib/libeps.a
19
lib/libeps.a
20
@dirrm include/eps
(-)Makefile (-2 / +1 lines)
Lines 13-23 Link Here
13
COMMENT=	EPS (Email Parsing System) sample tools
13
COMMENT=	EPS (Email Parsing System) sample tools
14
14
15
BUILD_DEPENDS=	${LOCALBASE}/lib/libeps.a:${PORTSDIR}/mail/eps
15
BUILD_DEPENDS=	${LOCALBASE}/lib/libeps.a:${PORTSDIR}/mail/eps
16
RUN_DEPENDS=	${BUILD_DEPENDS}
17
16
18
PORTDOCS=	README
17
PORTDOCS=	README
19
18
20
MAKE_ENV+=	DEFS="-I${LOCALBASE}/include ${CFLAGS}"
19
MAKE_ENV+=	DEFS="-I${LOCALBASE}/include/eps ${CFLAGS}"
21
SUB_FILES=	pkg-message
20
SUB_FILES=	pkg-message
22
21
23
EXAMPLE_FILES=	addr.1 addr.2 addr.3 addr.4 email.1 email.2 virus.email
22
EXAMPLE_FILES=	addr.1 addr.2 addr.3 addr.4 email.1 email.2 virus.email

Return to bug 115038