summaryrefslogtreecommitdiffstats
path: root/audio/kdemultimedia3
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>1998-07-09 02:38:00 +0000
committerscrappy <scrappy@FreeBSD.org>1998-07-09 02:38:00 +0000
commitbb4eef260fbfa17259835d73000561dd3794c11d (patch)
treeaad31fcf27a12b037357197f580f9d09a61c695f /audio/kdemultimedia3
parenta5c578fe51ba985488512ebd5718d12b69ee2367 (diff)
downloadFreeBSD-ports-bb4eef260fbfa17259835d73000561dd3794c11d.zip
FreeBSD-ports-bb4eef260fbfa17259835d73000561dd3794c11d.tar.gz
Still marked BROKEN, but this gets me to the extract stage, and, removing
all the patches, configured and compiling. Haven't removed the patches yet, until I see a clean compile...
Diffstat (limited to 'audio/kdemultimedia3')
-rw-r--r--audio/kdemultimedia3/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/kdemultimedia3/Makefile b/audio/kdemultimedia3/Makefile
index 0112898..8aac08a 100644
--- a/audio/kdemultimedia3/Makefile
+++ b/audio/kdemultimedia3/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.8 1998/05/04 20:22:58 jseger Exp $
+# $Id: Makefile,v 1.9 1998/07/08 14:03:18 scrappy Exp $
#
DISTNAME= kdemultimedia-1.0pre2-1
@@ -27,6 +27,10 @@ LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \
kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs
+EXTRACT_CMD= bzip2
+EXTRACT_BEFORE_ARGS= -cd
+EXTRACT_AFTER_ARGS= | tar -xf -
+
BROKEN= upgrade
HAS_CONFIGURE= yes
@@ -36,6 +40,6 @@ CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
-WRKSRC= ${WRKDIR}/kdemultimedia
+WRKSRC= ${WRKDIR}/kdemultimedia-1.0pre2
.include <bsd.port.mk>
OpenPOWER on IntegriCloud