freebsd-ports/graphics/kdegraphics11/Makefile

32 lines
816 B
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.23 1999/02/08 22:29:59 se Exp $
#
1999-02-08 17:25:54 -05:00
DISTNAME= kdegraphics-1.1
CATEGORIES= graphics kde
1998-03-06 14:52:23 -05:00
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= stable/1.1/distribution/tar/generic/source/bz2
MAINTAINER= se@freebsd.org
USE_BZIP2= yes
LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
kdecore.2:${PORTSDIR}/x11/kdelibs11
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"
1999-02-06 18:22:08 -05:00
CFLAGS+= "-I${PREFIX}/include"
USE_GMAKE= yes
.include <bsd.port.mk>