1998-02-21 15:09:22 +00:00
|
|
|
|
# New ports collection makefile for: kdegraphics
|
|
|
|
|
# Date created: 28 October 1997
|
|
|
|
|
# Whom: Stefan E<>er <se@freebsd.org>
|
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
|
# $FreeBSD$
|
1998-02-21 15:09:22 +00:00
|
|
|
|
#
|
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
|
PORTNAME= kdegraphics
|
|
|
|
|
PORTVERSION= 1.1.2
|
1998-02-21 15:09:22 +00:00
|
|
|
|
CATEGORIES= graphics 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
|
1998-02-21 15:09:22 +00:00
|
|
|
|
|
2000-05-17 11:37:43 +00:00
|
|
|
|
MAINTAINER= will@FreeBSD.org
|
1998-02-21 15:09:22 +00:00
|
|
|
|
|
2000-02-15 13:45:23 +00:00
|
|
|
|
LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
|
1998-09-15 11:46:15 +00:00
|
|
|
|
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:32:01 +00:00
|
|
|
|
USE_BZIP2= yes
|
1998-08-12 06:29:36 +00:00
|
|
|
|
USE_QT= yes
|
1998-02-21 15:09:22 +00:00
|
|
|
|
HAS_CONFIGURE= yes
|
1999-05-27 07:32:49 +00:00
|
|
|
|
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
|
1998-02-21 15:09:22 +00:00
|
|
|
|
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
|
|
|
|
|
INSTALL_SCRIPT="install -c -m 555"
|
1999-02-06 23:22:08 +00:00
|
|
|
|
CFLAGS+= "-I${PREFIX}/include"
|
1998-02-21 15:09:22 +00:00
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|