freebsd-ports/graphics/kdegraphics11/Makefile

36 lines
1.0 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: kdegraphics
# Version required: Beta1
# Date created: 28 October 1997
# Whom: Stefan E<>er <se@freebsd.org>
#
# $Id: Makefile,v 1.10 1998/08/07 23:56:26 asami Exp $
#
1998-07-19 13:57:23 -04:00
DISTNAME= kdegraphics-1.0
CATEGORIES= graphics kde
1998-03-06 14:52:23 -05:00
MASTER_SITES= $(MASTER_SITE_KDE)
1998-07-19 13:57:23 -04:00
MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source
MAINTAINER= se@freebsd.org
LIB_DEPENDS= gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
1998-07-19 13:57:23 -04:00
kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
kdeui\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
jscript\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
1998-07-19 13:57:23 -04:00
khtmlw\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
kfm\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
mediatool\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs
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"
USE_GMAKE= yes
.include <bsd.port.mk>