mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
548 B
Makefile
27 lines
548 B
Makefile
# New ports collection makefile for: kpilot
|
|
# Date created: 09 April 1998
|
|
# Whom: Stefan Eßer <se@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kpilot
|
|
PORTVERSION= 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>
|