1997-11-02 00:05:06 +00:00
|
|
|
|
# New ports collection makefile for: kdeutils
|
|
|
|
|
# Date created: 28 October 1997
|
|
|
|
|
# Whom: Stefan E<>er <se@freebsd.org>
|
|
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
|
# $FreeBSD$
|
1997-11-02 00:05:06 +00:00
|
|
|
|
#
|
|
|
|
|
|
2000-04-14 08:49:30 +00:00
|
|
|
|
PORTNAME= kdeutils
|
|
|
|
|
PORTVERSION= 1.1.2
|
1997-11-05 04:20:23 +00:00
|
|
|
|
CATEGORIES= misc kde
|
1998-03-06 19:52:23 +00:00
|
|
|
|
MASTER_SITES= $(MASTER_SITE_KDE)
|
1999-09-18 09:02:12 +00:00
|
|
|
|
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
|
1997-11-02 00:05:06 +00:00
|
|
|
|
|
|
|
|
|
MAINTAINER= se@freebsd.org
|
|
|
|
|
|
2000-02-15 13:45:23 +00:00
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
2000-02-24 07:01:14 +00:00
|
|
|
|
kdecore.3:${PORTSDIR}/x11/kdelibs11
|
1999-01-07 00:52:05 +00:00
|
|
|
|
|
1999-02-28 21:48:09 +00:00
|
|
|
|
USE_BZIP2= yes
|
1998-08-12 06:29:36 +00:00
|
|
|
|
USE_QT= yes
|
1997-11-02 00:05:06 +00:00
|
|
|
|
HAS_CONFIGURE= yes
|
1997-11-28 00:04:29 +00:00
|
|
|
|
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
|
1999-05-27 07:32:49 +00:00
|
|
|
|
"--with-extra-includes=$(PREFIX)/include"
|
1998-02-15 22:23:46 +00:00
|
|
|
|
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
|
|
|
|
|
INSTALL_SCRIPT="install -c -m 555"
|
1999-02-06 23:22:08 +00:00
|
|
|
|
USE_GMAKE= yes
|
1997-11-02 00:05:06 +00:00
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|