1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/kdelibs11/Makefile

30 lines
751 B
Makefile
Raw Normal View History

# 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.19 1998/09/30 01:57:21 jseger Exp $
#
DISTNAME= kdelibs-1.0
CATEGORIES= x11 kde
1998-03-06 19:52:23 +00:00
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source
MAINTAINER= se@freebsd.org
LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
jpeg.9:${PORTSDIR}/graphics/jpeg
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
1998-02-15 22:18:32 +00:00
"--x-inc=$(X11BASE)/include" \
"--x-lib=$(X11BASE)/lib"
1997-11-27 00:29:58 +00:00
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)"
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>