1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/kdelibs11/Makefile
Brian Somers 17960648ef Elfify (no response from the maintainer)
With some help from postings by: Hans Petter Bieker <zerium@webindex.no>
1998-10-01 18:35:36 +00:00

30 lines
751 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.19 1998/09/30 01:57:21 jseger 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
LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
jpeg.9:${PORTSDIR}/graphics/jpeg
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--x-inc=$(X11BASE)/include" \
"--x-lib=$(X11BASE)/lib"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)"
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>