f90faf868a
As noted on ports@ recently, pkg_add -r relies on conflicts, and the sheer existence of updates means we MUST take the past into account in conflicts now. Note the renaming of hugs98 to valid package names where versions are concerned. This commit shows clearly the renaming of the xfce4 plugin packages, the ditching of eclipse flavors, the splitting of nessus into subpackages, the splitting of various other software documentations, some packaging bugs in kdeedu, and a lot of files moving around... okay pvalchev@
44 lines
1.4 KiB
Makefile
44 lines
1.4 KiB
Makefile
# $OpenBSD: Makefile,v 1.25 2005/08/16 09:49:54 espie Exp $
|
|
|
|
COMMENT= "KDE personal information applications"
|
|
COMMENT-kpilot= "KDE interface to sync with Palm Pilot"
|
|
CATEGORIES= x11 x11/kde productivity
|
|
VERSION= 3.4.2
|
|
DISTNAME= kdepim-${VERSION}
|
|
PKGNAME= ${DISTNAME}p0
|
|
MODKDE_VERSION= 3.4
|
|
|
|
LIB_DEPENDS+= kdecore.6,artskde,kmedia2_idl,knewstuff,DCOP,kabc,kabc_file,kimproxy,kdefakes,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kjs,kparts,kresources,kspell,kutils,kwalletclient,vcard::x11/kde/libs3
|
|
|
|
WANTLIB= Xss audiofile stdc++ ossaudio X11 jpeg util m \
|
|
vorbisfile gmodule-2.0.0.0 gthread-2.0.0.0 \
|
|
pcreposix intl vorbisenc qui SM pthread \
|
|
c artsflow ogg ncurses mcop png iconv Xext \
|
|
artsflow_idl art_lgpl_2.0.0 mad qtmcop glib-2.0.0.0 \
|
|
glib-2.0.0.0 ICE readline soundserver_idl Xrender \
|
|
gpg-error vorbis pcre esd z sasl2
|
|
|
|
LIB_DEPENDS+= pisock::comms/pilot-link
|
|
RUN_DEPENDS+= ::x11/kde/base3
|
|
LIB_DEPENDS+= gpgme:gpgme->=0.4.5:security/gpgme \
|
|
sasl2::security/cyrus-sasl2
|
|
|
|
#MULTI_PACKAGES=-kpilot
|
|
FULLPKGNAME-kpilot = kpilot-${VERSION}p0
|
|
SUBPACKAGE?=
|
|
|
|
#.if !defined(PACKAGING) || ${SUBPACKAGE} == "-kpilot"
|
|
#LIB_DEPENDS+= pisock::comms/pilot-link
|
|
#LIB_DEPENDS+= kcal::x11/kde/pim3
|
|
#.endif
|
|
## for kaddressbook
|
|
#.if defined(PACKAGING) && ${SUBPACKAGE} == ""
|
|
#RUN_DEPENDS+= ::x11/kde/base3
|
|
#.endif
|
|
#.if !defined(PACKAGING) || ${SUBPACKAGE} == ""
|
|
#LIB_DEPENDS+= gpgme:gpgme->=0.4.5:security/gpgme
|
|
#.endif
|
|
|
|
SEPARATE_BUILD= flavored
|
|
.include <bsd.port.mk>
|