freebsd-ports/palm/kpilot/Makefile
Jacques Vidrine e2b5e2fbc9 * Oops, I introduced a dependency on pilot-link in my last commit.
kpilot includes its own copy of libpisock (aka libpilot), version 2.
1998-11-04 03:35:15 +00:00

40 lines
1.0 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.17 1998/11/04 01:54:39 nectar Exp $
#
DISTNAME= kpilot-3.0.2
CATEGORIES= comms kde
MASTER_SITES= http://www.slac.com/pilone/kpilot_home/download/
MAINTAINER= dima@freebsd.org
LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
kdecore.1:${PORTSDIR}/x11/kdelibs \
kdeui.1:${PORTSDIR}/x11/kdelibs \
jscript.0:${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}"
pre-configure:
${CP} ${FILESDIR}/libtool ${FILESDIR}/ltmain.sh $(WRKSRC)/kpilot/libpilot
.include <bsd.port.mk>