- Install header files in include/eps instead of include/ to not conflict

with ffmpeg

PR:		ports/115038
Approved by:	maintainer timeout
This commit is contained in:
Michael Johnson 2007-08-22 14:37:36 +00:00
parent 827425a650
commit 9fbadc0914
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198123
3 changed files with 23 additions and 20 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= eps
PORTVERSION= 1.5
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.inter7.com/eps/
@ -24,7 +25,8 @@ post-patch:
do-install:
${INSTALL_DATA} ${WRKSRC}/libeps.a ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/
${MKDIR} ${PREFIX}/include/eps
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/eps
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View File

@ -1,19 +1,20 @@
include/address.h
include/base64.h
include/boundary.h
include/buffer.h
include/content.h
include/email.h
include/eps.h
include/fold.h
include/header.h
include/int_buffer.h
include/int_stream.h
include/interface.h
include/line.h
include/mime.h
include/misc.h
include/qp.h
include/rfc2822.h
include/unfold.h
include/eps/address.h
include/eps/base64.h
include/eps/boundary.h
include/eps/buffer.h
include/eps/content.h
include/eps/email.h
include/eps/eps.h
include/eps/fold.h
include/eps/header.h
include/eps/int_buffer.h
include/eps/int_stream.h
include/eps/interface.h
include/eps/line.h
include/eps/mime.h
include/eps/misc.h
include/eps/qp.h
include/eps/rfc2822.h
include/eps/unfold.h
lib/libeps.a
@dirrm include/eps

View File

@ -17,7 +17,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PORTDOCS= README
MAKE_ENV+= DEFS="-I${LOCALBASE}/include ${CFLAGS}"
MAKE_ENV+= DEFS="-I${LOCALBASE}/include/eps ${CFLAGS}"
SUB_FILES= pkg-message
EXAMPLE_FILES= addr.1 addr.2 addr.3 addr.4 email.1 email.2 virus.email