~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to bsd-port/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# New ports collection makefile for:   kdemultimedia
 
2
# Version required:    1.0
 
3
# Date created:        18 June 1998
 
4
# Whom:                Alex Zepeda <garbanzo@hooked.net>
 
5
#
 
6
# $Id: Makefile,v 1.5 1998/06/30 20:07:17 garbanzo Exp $
 
7
#
 
8
PKGNAME=        kdemultimedia-`date "+%y%m%d"`
 
9
CATEGORIES=     audio kde
 
10
 
 
11
MAINTAINER=     garbanzo@hooked.net
 
12
 
 
13
BUILD_DEPENDS=  moc:${PORTSDIR}/x11/qt \
 
14
                autoconf:${PORTSDIR}/devel/autoconf \
 
15
                automake:${PORTSDIR}/devel/automake
 
16
INSTALL_ROOT?=  ${.CURDIR}/${PKGNAME}
 
17
LIB_DEPENDS=    qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt133 \
 
18
                gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
 
19
                jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
 
20
                kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
 
21
                kdeui\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
 
22
                jscript\\.1\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
 
23
                khtmlw\\.1\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
 
24
                kfm\\.1\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
 
25
                mediatool\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs
 
26
NO_MTREE=       yup
 
27
USE_GMAKE=      "without a doubt"
 
28
NO_WRKDIR=      "Cause, you've obviously got the source in the parent directory"
 
29
WRKSRC=         ../
 
30
NO_EXTRACT=     "yes, please"
 
31
HAS_CONFIGURE=  yes
 
32
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
 
33
                "--x-inc=$(X11BASE)/include" \
 
34
                "--x-lib=$(X11BASE)/lib" \
 
35
                "--with-install-root=$(INSTALL_ROOT)" \
 
36
                "--with-extra-includes=$(PREFIX)/include/giflib"
 
37
 
 
38
.include "kde-snapshot.mk"
 
39
.include <bsd.port.mk>