mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
6478ed46be
2. Introduce gtk2-engines into x11-toolkits/linux-gtk2. [1] Requested by: netchild [1] Approved by: netchild (mentor, implicit)
27 lines
611 B
Makefile
27 lines
611 B
Makefile
# New ports collection makefile for: linux-tiff
|
|
# Date created: 2001.02.08
|
|
# Whom: taoka@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tiff
|
|
PORTVERSION= 3.7.1
|
|
CATEGORIES= graphics linux
|
|
DISTNAME= libtiff-${PORTVERSION}-6.fc4.2
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= TIFF library, Linux/i386 binary
|
|
|
|
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
INSTALLS_SHLIB= yes
|
|
BRANDELF_DIRS= usr/bin
|
|
PLIST= pkg-plist.${LINUX_RPM_ARCH}
|
|
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|