mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8f11472006
This port requireat least s version 1.41 of the Qt library. There will be an error reported by configure, if only an earlier version is found, but no automatic port dependency exists (i.e. the x11-toolkits/qt141 port has to be manually built and installed). There may still be a problem with a missing -lXext in the kdesupport port. This will be taken care of during the next few days, if the problem still exists ...
36 lines
929 B
Makefile
36 lines
929 B
Makefile
# New ports collection makefile for: kdeutils
|
|
# Version required: Beta2
|
|
# Date created: 28 October 1997
|
|
# Whom: Stefan Eßer <se@freebsd.org>
|
|
#
|
|
# $Id: Makefile,v 1.21 1998/10/01 18:35:39 brian Exp $
|
|
#
|
|
|
|
DISTNAME= kdeutils
|
|
PKGNAME= kdeutils-1.1a1
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= $(MASTER_SITE_KDE)
|
|
MASTER_SITE_SUBDIR= stable/1.1pre1/distribution/tar/generic/source
|
|
EXTRACT_SUFX= -1.1-alpha1.src.tar.bz2
|
|
|
|
MAINTAINER= se@freebsd.org
|
|
|
|
BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2
|
|
LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
kdecore.2:${PORTSDIR}/x11/kdelibs
|
|
|
|
EXTRACT_CMD= bzip2
|
|
EXTRACT_BEFORE_ARGS= -cd
|
|
EXTRACT_AFTER_ARGS= | tar xf -
|
|
|
|
USE_QT= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
|
|
"--with-extra-includes=$(PREFIX)/include/giflib"
|
|
|
|
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
|
|
INSTALL_SCRIPT="install -c -m 555"
|
|
|
|
.include <bsd.port.mk>
|