diff options
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/mrsidviewer/Makefile | 37 | ||||
-rw-r--r-- | graphics/mrsidviewer/distinfo | 1 | ||||
-rw-r--r-- | graphics/mrsidviewer/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/mrsidviewer/pkg-message | 8 | ||||
-rw-r--r-- | graphics/mrsidviewer/pkg-plist | 11 |
6 files changed, 0 insertions, 64 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index f1ea22303f2e..867718ca5f20 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -374,7 +374,6 @@ SUBDIR += mingplot SUBDIR += morpheus SUBDIR += moth - SUBDIR += mrsidviewer SUBDIR += multivideo SUBDIR += mxp SUBDIR += netpbm diff --git a/graphics/mrsidviewer/Makefile b/graphics/mrsidviewer/Makefile deleted file mode 100644 index b96d31b5ef49..000000000000 --- a/graphics/mrsidviewer/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: MrSID -# Date created: 31 July 2002 -# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mrsidviewer -PORTVERSION= 2.0.32 -CATEGORIES= graphics linux -MASTER_SITES= # -DISTNAME= MrSID_linux${PORTVERSION} -EXTRACT_SUFX= .tar.Z - -MAINTAINER= ports@FreeBSD.org -COMMENT= MrSID Viewer displays images compressed into the MrSID format - -DOWNLOAD_URL= http://www.lizardtech.com/includes/down.php?p=16&o=4 -NO_BUILD= yes -WRKSRC= ${WRKDIR}/MrSID_linux${PORTVERSION} - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE=You must manually fetch the MrSID ${PORTVERSION} tarball (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again -.endif - -do-install: - ${CP} -Rv ${WRKSRC} ${PREFIX}/lib - @${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/lib/MrSID_linux${PORTVERSION} - -post-install: - @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' - @${ECHO_CMD} - -.include <bsd.port.post.mk> diff --git a/graphics/mrsidviewer/distinfo b/graphics/mrsidviewer/distinfo deleted file mode 100644 index 0024507c0cba..000000000000 --- a/graphics/mrsidviewer/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (MrSID_linux2.0.32.tar.Z) = dc9cd24ce60e854c0ad3a90105a376f7 diff --git a/graphics/mrsidviewer/pkg-descr b/graphics/mrsidviewer/pkg-descr deleted file mode 100644 index 219f879362e6..000000000000 --- a/graphics/mrsidviewer/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -MrSID Viewer displays images compressed using the proprietary MrSID format. - -WWW: http://www.lizardtech.com/ - -- Chris D. Faulhaber - <jedgar@FreeBSD.org> diff --git a/graphics/mrsidviewer/pkg-message b/graphics/mrsidviewer/pkg-message deleted file mode 100644 index fe9aba2b32e7..000000000000 --- a/graphics/mrsidviewer/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -To use MrSID, add the following to your environment: - - MrSID_HOME=%%PREFIX%%/lib/MrSID_linux2.0.32 - PATH=$PATH:$MrSID_HOME/bin - -and execute: - - $ MrSID diff --git a/graphics/mrsidviewer/pkg-plist b/graphics/mrsidviewer/pkg-plist deleted file mode 100644 index 1e9f3f26c6f9..000000000000 --- a/graphics/mrsidviewer/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -lib/MrSID_linux2.0.32/app-defaults/MrSID -lib/MrSID_linux2.0.32/bin/MrSID -lib/MrSID_linux2.0.32/help/About.doc -lib/MrSID_linux2.0.32/help/License -lib/MrSID_linux2.0.32/help/MrSIDview.hlp -lib/MrSID_linux2.0.32/help/Overview.doc -lib/MrSID_linux2.0.32/help/Readme -@dirrm lib/MrSID_linux2.0.32/help -@dirrm lib/MrSID_linux2.0.32/bin -@dirrm lib/MrSID_linux2.0.32/app-defaults -@dirrm lib/MrSID_linux2.0.32 |