1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/kdegraphics4/Makefile

38 lines
960 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.18 1999/01/08 09:54:19 asami Exp $
#
DISTNAME= kdegraphics
PKGNAME= kdegraphics-1.1a1
CATEGORIES= graphics kde
1998-03-06 19:52:23 +00:00
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= stable/1.1pre1/distribution/tar/generic/source
EXTRACT_SUFX= -1.1-alpha1.src.tar.bz2
MAINTAINER= se@freebsd.org
BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2
LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
kdecore.2:${PORTSDIR}/x11/kdelibs11
EXTRACT_CMD= bzip2
EXTRACT_BEFORE_ARGS= -cd
EXTRACT_AFTER_ARGS= | tar xf -
1998-09-30 02:07:28 +00:00
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>