openbsd-ports/x11/kde/pim3/Makefile
espie f0a137f825 Add missing SEPARATE_BUILDs, turn them into flavored
Trim old commented cruft
Add debug flavor, and --disable-dependency-tracking if !debug
2003-01-07 15:36:35 +00:00

21 lines
567 B
Makefile

# $OpenBSD: Makefile,v 1.2 2003/01/07 15:36:35 espie Exp $
COMMENT= "kde personal information applications"
COMMENT-kpilot= "synch with palm pilot"
CATEGORIES= x11 x11/kde productivity
VERSION= 3.0.5a
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>