1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/x11/kdelibs3/Makefile
Justin M. Seger 18f33c0f93 Change JPEG shared library number to 9. This is to make sure that everyone
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default.  Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.

Approved by:    asami
1998-05-04 20:23:32 +00:00

37 lines
934 B
Makefile

# New ports collection makefile for: kdelibs
# Version required: Beta1
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.10 1998/04/25 07:29:43 se Exp $
#
DISTNAME= kdelibs-beta4-1
PKGNAME= kdelibs-4.1b
CATEGORIES= x11 kde
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= stable/Beta4/distribution/tgz/source
EXTRACT_SUFX= .src.tar.bz2
MAINTAINER= se@freebsd.org
BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 \
moc:${PORTSDIR}/x11/qt
LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \
gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg
EXTRACT_CMD= bzip2
EXTRACT_BEFORE_ARGS= -cd
EXTRACT_AFTER_ARGS= | tar -xf -
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--x-inc=$(X11BASE)/include" \
"--x-lib=$(X11BASE)/lib"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)"
WRKSRC= ${WRKDIR}/kdelibs
.include <bsd.port.mk>