b5072b14e7
Partially based on patches prepared by Thomas Gellekum.
28 lines
748 B
Makefile
28 lines
748 B
Makefile
# New ports collection makefile for: kdelibs
|
|
# Version required: 1.0
|
|
# Date created: 28 October 1997
|
|
# Whom: Stefan Eßer <se@freebsd.org>
|
|
#
|
|
# $Id: Makefile,v 1.12 1998/05/21 21:31:58 se Exp $
|
|
#
|
|
|
|
DISTNAME= kdelibs-1.0
|
|
CATEGORIES= x11 kde
|
|
MASTER_SITES= $(MASTER_SITE_KDE)
|
|
MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source
|
|
|
|
MAINTAINER= se@freebsd.org
|
|
|
|
BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt133
|
|
LIB_DEPENDS= qt\\.1\\.3[3-9]:${PORTSDIR}/x11/qt133 \
|
|
gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
|
|
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
|
|
"--x-inc=$(X11BASE)/include" \
|
|
"--x-lib=$(X11BASE)/lib"
|
|
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)"
|
|
|
|
.include <bsd.port.mk>
|