diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-05-01 17:28:17 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-05-01 17:28:17 +0000 |
commit | c1eba2d83eb1b997b5906a1458529c5c6a6a2fa4 (patch) | |
tree | ae044c026c4c8ae63ae3e6cd375428c689780f05 /graphics/linux-f8-jpeg/Makefile | |
parent | 205f4f916c424ba649de05e7db3c1c34afa55d33 (diff) | |
download | ports-c1eba2d83eb1b997b5906a1458529c5c6a6a2fa4.tar.gz ports-c1eba2d83eb1b997b5906a1458529c5c6a6a2fa4.zip |
Notes
Diffstat (limited to 'graphics/linux-f8-jpeg/Makefile')
-rw-r--r-- | graphics/linux-f8-jpeg/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/graphics/linux-f8-jpeg/Makefile b/graphics/linux-f8-jpeg/Makefile index 03de0fa8e4cd..b542ab05c935 100644 --- a/graphics/linux-f8-jpeg/Makefile +++ b/graphics/linux-f8-jpeg/Makefile @@ -7,20 +7,18 @@ PORTNAME= jpeg PORTVERSION= 6b.33 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics linux -MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} -MASTER_SITE_SUBDIR= 3/${ARCH}/os/Fedora/RPMS +DISTNAME= libjpeg-6b-33 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of the JPEG lib +USE_LINUX_RPM= yes +LINUX_DIST_VER= 3 +INSTALLS_SHLIB= yes ONLY_FOR_ARCHS= i386 amd64 -RPM_SET= libjpeg-6b-33.${ARCH}.rpm -post-install: - @${BRANDELF} -t Linux ${PREFIX}/usr/bin/cjpeg ${PREFIX}/usr/bin/djpeg \ - ${PREFIX}/usr/bin/jpegtran ${PREFIX}/usr/bin/rdjpgcom \ - ${PREFIX}/usr/bin/wrjpgcom +BRANDELF_DIRS= usr/bin -.include "../../x11-toolkits/linux-gtk/Makefile" +.include <bsd.port.mk> |