summaryrefslogtreecommitdiff
path: root/x11/oooqs2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/oooqs2/Makefile')
-rw-r--r--x11/oooqs2/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11/oooqs2/Makefile b/x11/oooqs2/Makefile
deleted file mode 100644
index 52fa62966edc..000000000000
--- a/x11/oooqs2/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection Makefile for: oooqs
-# Date created: 21 July 2002
-# Whom: Tilman Linneweh <arved@FreeBSD.org>
-#
-# $FreeBSD$
-
-PORTNAME= oooqs
-PORTVERSION= 1.0.R.3
-CATEGORIES= x11
-MASTER_SITES= http://download.berlios.de/segfaultskde/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.R./_rc/}
-
-MAINTAINER= arved@FreeBSD.org
-COMMENT= "Quick launcher for Open Office"
-
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-USE_KDELIBS_VER= 3
-
-post-install:
- @${LN} -s ${PREFIX}/share/doc/HTML/en/common ${PREFIX}/share/doc/HTML/en/oooqs/common
-
-.include <bsd.port.mk>