freebsd-ports/graphics/kdegraphics11/Makefile

31 lines
797 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>
#
1999-08-25 02:16:32 -04:00
# $FreeBSD$
#
1999-09-18 05:02:12 -04:00
DISTNAME= kdegraphics-1.1.2
CATEGORIES= graphics kde
1998-03-06 14:52:23 -05:00
MASTER_SITES= $(MASTER_SITE_KDE)
1999-09-18 05:02:12 -04:00
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
MAINTAINER= se@freebsd.org
1999-09-18 05:02:12 -04:00
BUILD_DEPENDS= ${PREFIX}/include/gif_lib.h:${PORTSDIR}/graphics/giflib
LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
kdecore.2:${PORTSDIR}/x11/kdelibs11
1999-02-28 16:32:01 -05:00
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
1999-05-27 03:32:49 -04:00
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
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>