blob: a1bdec02755ed740fdd1d2cd58c361cce70af328 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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>
|