aboutsummaryrefslogtreecommitdiff
path: root/www/linux-opera-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/linux-opera-devel/Makefile')
-rw-r--r--www/linux-opera-devel/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile
deleted file mode 100644
index b85c1f6818fa..000000000000
--- a/www/linux-opera-devel/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: linux-opera4
-# Date created: December 6th 2000
-# Whom: des
-#
-# $FreeBSD$
-#
-
-PORTNAME= opera
-PKGNAMEPREFIX= linux-
-OPERAVERSION= 6.0-20020110.1
-PORTVERSION= ${OPERAVERSION:S/-/./}
-CATEGORIES= www linux
-MASTER_SITES= http://opera.online.no/linux/600/tp3/ \
- ftp://ftp.opera.com/pub/opera/linux/600/tp3/
-DISTNAME= ${PORTNAME}-${OPERAVERSION}-static_qt.i386
-
-MAINTAINER= des@FreeBSD.org
-
-RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \
- ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif \
- ${LINUXBASE}/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png
-
-ONLY_FOR_ARCHS= i386
-
-NO_BUILD= yes
-NO_FILTER_SHLIBS=yes
-
-do-configure:
- ${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g; s|%%DATADIR%%|${DATADIR}|g'\
- ${WRKSRC}/install.sh
-
-do-install:
- (cd ${WRKSRC} && ./install.sh \
- --exec_prefix=${DATADIR}/bin \
- --wrapperdir=${PREFIX}/bin \
- --docdir=${DOCSDIR} \
- --sharedir=${DATADIR} \
- --plugindir=${DATADIR}/plugins )
-
-.include <bsd.port.mk>