summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-16 03:33:54 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-16 03:33:54 +0000
commit57eb3d104b17dfada8cbb1d01c346b1b6be044f8 (patch)
treecc98c5c1aeb7d991c0551449843fe080d6de1d98 /graphics
parentAdd nwclient602 (diff)
o Install two additional header files required by soon to be added
libmovtar port o bump PORTREVISION due to that
Notes
Notes: svn path=/head/; revision=50105
Diffstat (limited to 'graphics')
-rw-r--r--graphics/jpeg-mmx/Makefile6
-rw-r--r--graphics/jpeg-mmx/pkg-plist2
-rw-r--r--graphics/jpeg/Makefile6
-rw-r--r--graphics/jpeg/pkg-plist2
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