b2c96ae719
SUSE-SA:2005:001 incorporates fixes for CAN-2004-1183 and CAN-2004-1308. Spotted by: nectar
53 lines
1.3 KiB
Makefile
53 lines
1.3 KiB
Makefile
# New ports collection makefile for: linux-tiff
|
|
# Date created: 2001.02.08
|
|
# Whom: taoka@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tiff
|
|
PORTVERSION= 3.6.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics linux
|
|
MASTER_SITES= ${MASTER_SITE_SUSE}
|
|
MASTER_SITE_SUBDIR= i386/update/9.2/rpm/i586
|
|
PKGNAMEPREFIX= linux-
|
|
DISTNAME= libtiff-3.6.1-47.4.i586.rpm
|
|
EXTRACT_ONLY=
|
|
EXTRACT_SUFX=
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= TIFF library, Linux/i386 binary
|
|
|
|
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
|
|
|
|
DIST_SUBDIR= rpm/i386/suse/9.2
|
|
DOCDIRS= usr/share/doc/libtiff-3.6.1
|
|
NO_FILTER_SHLIBS= yes
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
PLIST= ${WRKDIR}/plist
|
|
PLIST_DIRS= usr/share/doc/packages/libtiff usr/share/doc/packages
|
|
PLIST_FILES= usr/lib/libtiff.so.3 usr/lib/libtiff.so.3.6.1 \
|
|
usr/share/doc/packages/libtiff/COPYRIGHT \
|
|
usr/share/doc/packages/libtiff/README
|
|
PREFIX= ${LINUXBASE}
|
|
USE_LINUX?= yes
|
|
|
|
# dummy target so rpm can be in BUILD_DEPENDS
|
|
do-build:
|
|
@${DO_NADA}
|
|
|
|
do-install:
|
|
${MKDIR} ${WRKSRC}
|
|
@rpm -U --ignorearch --ignoreos --root ${PREFIX} --dbpath /var/lib/rpm \
|
|
--nodeps --replacepkgs ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \
|
|
|| ${TRUE}
|
|
|
|
post-install:
|
|
@${RM} -f ${LINUXBASE}/etc/ld.so.cache
|
|
@${FIND} ${LINUXBASE} -name lib -type d | ${SED} 's:${LINUXBASE}::g' \
|
|
> ${LINUXBASE}/etc/ld.so.conf
|
|
@chroot ${LINUXBASE} sbin/ldconfig
|
|
|
|
.include <bsd.port.mk>
|