freebsd-ports/graphics/kdegraphics2/Makefile

30 lines
714 B
Makefile
Raw Normal View History

# New ports collection makefile for: kdegraphics
# Date created: 28 October 1997
# Whom: Stefan E<>er <se@freebsd.org>
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= kdegraphics
PORTVERSION= 1.1.2
CATEGORIES= graphics kde
1998-03-06 20:52:23 +01:00
MASTER_SITES= $(MASTER_SITE_KDE)
1999-09-18 11:02:12 +02:00
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
MAINTAINER= se@freebsd.org
LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
jpeg.9:${PORTSDIR}/graphics/jpeg \
kdecore.3:${PORTSDIR}/x11/kdelibs11
1999-02-28 22:32:01 +01:00
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
1999-05-27 09:32:49 +02:00
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
1999-02-07 00:22:08 +01:00
CFLAGS+= "-I${PREFIX}/include"
USE_GMAKE= yes
.include <bsd.port.mk>