diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-02-12 16:41:11 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-02-12 16:41:11 +0000 |
commit | 889da2881f13a7fa3bea4fb8fef603fac19c065a (patch) | |
tree | 0afd187b8faded9ceffbc759e56552c544ab1917 /graphics/linux-tiff/Makefile | |
parent | 5428f5520519349abd73947388229d4155b47b44 (diff) | |
download | freebsd-ports-889da2881f13a7fa3bea4fb8fef603fac19c065a.zip |
RPM of tiff lib
Diffstat (limited to 'graphics/linux-tiff/Makefile')
-rw-r--r-- | graphics/linux-tiff/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/linux-tiff/Makefile b/graphics/linux-tiff/Makefile new file mode 100644 index 000000000000..f7492340949a --- /dev/null +++ b/graphics/linux-tiff/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: linux-tiff +# Date created: 2001.02.08 +# Whom: taoka@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= tiff +PORTVERSION= 3.4 +CATEGORIES= graphics linux + +RPM_SET= libtiff-${PORTVERSION}-6.${MACHINE_ARCH}.rpm + +.include "../../x11-toolkits/linux-gtk/Makefile" |