freebsd-ports/palm/kpilot/Makefile
Dima Ruban 3cc92cfdf1 Use USE_LIBTOOL.
Submitted by:	Jeremy Lea <reg@freebsd.org>
2000-02-19 22:13:35 +00:00

28 lines
565 B
Makefile

# New ports collection makefile for: kpilot
# Version required: 3.0.2
# Date created: 09 April 1998
# Whom: Stefan Eßer <se@freebsd.org>
#
# $FreeBSD$
#
DISTNAME= kpilot-3.0.2
CATEGORIES= palm comms kde
MASTER_SITES= http://www.slac.com/pilone/kpilot_home/download/
MAINTAINER= dima@freebsd.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
kdecore.2:${PORTSDIR}/x11/kdelibs11
USE_QT= yes
KDEDIR?= $(PREFIX)
USE_LIBTOOL= yes
USE_GMAKE= yes
CONFIGURE_ENV= KDEDIR="${KDEDIR}"
MAKE_ENV= KDEDIR="${KDEDIR}"
.include <bsd.port.mk>