mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4dc064b0c5
(Note, since the shlib major didn't change this just removes the regexp support.)
45 lines
1.2 KiB
Makefile
45 lines
1.2 KiB
Makefile
# New ports collection makefile for: kpilot
|
|
# Version required: 3.0.2
|
|
# Date created: 09 April 1998
|
|
# Whom: Stefan Eßer <se@freebsd.org>
|
|
#
|
|
# $Id: Makefile,v 1.11 1998/08/25 10:31:50 asami Exp $
|
|
#
|
|
|
|
DISTNAME= kpilot-3.0.2
|
|
CATEGORIES= x11 kde
|
|
MASTER_SITES= http://www.slac.com/pilone/kpilot_home/download/
|
|
|
|
MAINTAINER= dima@freebsd.org
|
|
|
|
LIB_DEPENDS= gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs \
|
|
kdeui\\.1\\.:${PORTSDIR}/x11/kdelibs \
|
|
jscript\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
|
|
khtmlw\\.1\\.:${PORTSDIR}/x11/kdelibs \
|
|
kfm\\.1\\.:${PORTSDIR}/x11/kdelibs \
|
|
mediatool\\.1\\.:${PORTSDIR}/x11/kdelibs
|
|
|
|
USE_QT= yes
|
|
KDEDIR?= $(PREFIX)
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= "--with-extra-includes=$(PREFIX)/include/giflib"
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
|
|
INSTALL_SCRIPT="install -c -m 555" \
|
|
KDEDIR="${KDEDIR}"
|
|
|
|
MAKE_ENV= KDEDIR="${KDEDIR}"
|
|
|
|
OSVERSION!= sysctl -n kern.osreldate
|
|
.if ${OSVERSION} >= 300000
|
|
BROKEN= "Fails build"
|
|
.endif
|
|
|
|
pre-configure:
|
|
${CP} ${FILESDIR}/libtool ${FILESDIR}/ltmain.sh $(WRKSRC)/kpilot/libpilot
|
|
|
|
.include <bsd.port.mk>
|