diff options
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 6 | ||||
-rw-r--r-- | graphics/jpeg-mmx/pkg-plist | 2 | ||||
-rw-r--r-- | graphics/jpeg/Makefile | 6 | ||||
-rw-r--r-- | graphics/jpeg/pkg-plist | 2 |
4 files changed, 16 insertions, 0 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index 6b8e26b72de9..45e9f8fb3788 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/Makefile @@ -9,6 +9,7 @@ PORTNAME= jpeg PORTVERSION= 6b +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ DISTNAME= jpegsrc.v${PORTVERSION} @@ -21,6 +22,8 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared --enable-static +ADDITIONAL_HEADER= jinclude.h jpegint.h + MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 post-install: @@ -29,5 +32,8 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jpeg @${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/jpeg .endif +.for header in ${ADDITIONAL_HEADER} + @${INSTALL_DATA} ${WRKSRC}/${header} ${PREFIX}/include +.endfor .include <bsd.port.mk> diff --git a/graphics/jpeg-mmx/pkg-plist b/graphics/jpeg-mmx/pkg-plist index 8e4aea6d801f..4e96eab6fba7 100644 --- a/graphics/jpeg-mmx/pkg-plist +++ b/graphics/jpeg-mmx/pkg-plist @@ -5,7 +5,9 @@ bin/rdjpgcom bin/wrjpgcom include/jconfig.h include/jerror.h +include/jinclude.h include/jmorecfg.h +include/jpegint.h include/jpeglib.h lib/libjpeg.a lib/libjpeg.so diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 6b8e26b72de9..45e9f8fb3788 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -9,6 +9,7 @@ PORTNAME= jpeg PORTVERSION= 6b +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ DISTNAME= jpegsrc.v${PORTVERSION} @@ -21,6 +22,8 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared --enable-static +ADDITIONAL_HEADER= jinclude.h jpegint.h + MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 post-install: @@ -29,5 +32,8 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jpeg @${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/jpeg .endif +.for header in ${ADDITIONAL_HEADER} + @${INSTALL_DATA} ${WRKSRC}/${header} ${PREFIX}/include +.endfor .include <bsd.port.mk> diff --git a/graphics/jpeg/pkg-plist b/graphics/jpeg/pkg-plist index 8e4aea6d801f..4e96eab6fba7 100644 --- a/graphics/jpeg/pkg-plist +++ b/graphics/jpeg/pkg-plist @@ -5,7 +5,9 @@ bin/rdjpgcom bin/wrjpgcom include/jconfig.h include/jerror.h +include/jinclude.h include/jmorecfg.h +include/jpegint.h include/jpeglib.h lib/libjpeg.a lib/libjpeg.so |