freebsd-ports/palm/kpilot/Makefile
2000-03-21 08:16:01 +00:00

27 lines
564 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.3:${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>