diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-11-16 03:33:54 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-11-16 03:33:54 +0000 |
commit | 57eb3d104b17dfada8cbb1d01c346b1b6be044f8 (patch) | |
tree | cc98c5c1aeb7d991c0551449843fe080d6de1d98 /graphics/jpeg-mmx | |
parent | feeb11dacf3afee7e4bf314bc8982a143c56c780 (diff) | |
download | ports-57eb3d104b17dfada8cbb1d01c346b1b6be044f8.tar.gz ports-57eb3d104b17dfada8cbb1d01c346b1b6be044f8.zip |
Notes
Diffstat (limited to 'graphics/jpeg-mmx')
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 6 | ||||
-rw-r--r-- | graphics/jpeg-mmx/pkg-plist | 2 |
2 files changed, 8 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 |