openbsd-ports/x11/kde/pim3/Makefile

21 lines
566 B
Makefile
Raw Normal View History

2003-12-07 15:19:13 -05:00
# $OpenBSD: Makefile,v 1.7 2003/12/07 20:19:15 espie Exp $
COMMENT= "kde personal information applications"
COMMENT-kpilot= "synch with palm pilot"
CATEGORIES= x11 x11/kde productivity
2003-12-07 15:19:13 -05:00
VERSION= 3.1.4
DISTNAME= kdepim-${VERSION}
LIB_DEPENDS= kdecore.4,DCOP,kabc,kdefx,kdeprint,kdesu,kdeui,kio,kparts,vcard::x11/kde/libs3
BUILD_DEPENDS= ::comms/pilot-link
MULTI_PACKAGES=-kpilot
FULLPKGNAME-kpilot = kpilot-${VERSION}
SUBPACKAGE?=
.if ${SUBPACKAGE} == "-kpilot"
LIB_DEPENDS+= pisock::comms/pilot-link
.endif
SEPARATE_BUILD= flavored
.include <bsd.port.mk>