1997-11-01 14:28:21 +00:00
|
|
|
|
# New ports collection makefile for: kdebase
|
1998-07-13 23:36:02 +00:00
|
|
|
|
# Version required: 1.0
|
1997-11-01 14:28:21 +00:00
|
|
|
|
# Date created: 28 October 1997
|
|
|
|
|
# Whom: Stefan E<>er <se@freebsd.org>
|
|
|
|
|
#
|
1999-02-28 06:06:25 +00:00
|
|
|
|
# $Id: Makefile,v 1.31 1999/02/13 01:39:44 asami Exp $
|
1997-11-01 14:28:21 +00:00
|
|
|
|
#
|
|
|
|
|
|
1999-02-08 22:25:54 +00:00
|
|
|
|
DISTNAME= kdebase-1.1
|
1999-01-07 00:52:05 +00:00
|
|
|
|
CATEGORIES= misc kde
|
1998-03-06 19:52:23 +00:00
|
|
|
|
MASTER_SITES= $(MASTER_SITE_KDE)
|
1999-02-28 06:06:25 +00:00
|
|
|
|
MASTER_SITE_SUBDIR= stable/1.1/distribution/tar/generic/source/bz2
|
1997-11-01 14:28:21 +00:00
|
|
|
|
|
|
|
|
|
MAINTAINER= se@freebsd.org
|
|
|
|
|
|
1999-02-28 06:06:25 +00:00
|
|
|
|
USE_BZIP2= yes
|
|
|
|
|
|
1998-09-19 01:33:49 +00:00
|
|
|
|
LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
|
1998-09-15 11:46:15 +00:00
|
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
1999-01-08 09:54:21 +00:00
|
|
|
|
kdecore.2:${PORTSDIR}/x11/kdelibs11 \
|
1998-12-01 02:57:27 +00:00
|
|
|
|
Xpm.4:${PORTSDIR}/graphics/xpm
|
1999-02-13 01:39:44 +00:00
|
|
|
|
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
|
|
|
|
|
RUN_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
|
1998-09-30 02:07:28 +00:00
|
|
|
|
|
1998-08-12 06:29:36 +00:00
|
|
|
|
USE_QT= yes
|
1997-11-01 14:28:21 +00:00
|
|
|
|
HAS_CONFIGURE= yes
|
1997-11-27 00:35:27 +00:00
|
|
|
|
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
|
1998-02-15 22:18:32 +00:00
|
|
|
|
"--with-extra-includes=$(PREFIX)/include/giflib"
|
1998-02-07 11:58:50 +00:00
|
|
|
|
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
|
|
|
|
|
INSTALL_SCRIPT="install -c -m 555"
|
1999-02-06 23:22:08 +00:00
|
|
|
|
USE_GMAKE= yes
|
1999-01-21 08:15:38 +00:00
|
|
|
|
MAKE_ENV= RM=${RM}
|
1999-02-06 23:22:08 +00:00
|
|
|
|
CFLAGS+= "-I$(PREFIX)/include"
|
1997-11-01 14:28:21 +00:00
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|