summaryrefslogtreecommitdiff
path: root/audio/kdemultimedia3
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>1998-07-09 02:38:00 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>1998-07-09 02:38:00 +0000
commit617c3b49417b54ca4e6ca12cb0f9d6c10d9e14ed (patch)
treea31c181d427c4311bdda1025e2213af187f33653 /audio/kdemultimedia3
parentA library for Japanese Input Method Wnn6 (diff)
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...
Notes
Notes: svn path=/head/; revision=11795
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 01128988894f..8aac08a0dfcf 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>