openbsd-ports/x11/kde/toys3/Makefile
ajacoutot 861a799ae0 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 20:46:00 +00:00

22 lines
663 B
Makefile

# $OpenBSD: Makefile,v 1.46 2009/12/21 20:46:02 ajacoutot Exp $
COMMENT = some useless KDE applications
CATEGORIES = x11 x11/kde games
VERSION = 3.5.10
DISTNAME = kdetoys-${VERSION}
PKGNAME = ${DISTNAME}p2
MODKDE_VERSION ?= 3.5.8
MODULES = x11/kde devel/gettext
RUN_DEPENDS += :desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS = kdecore.>=6,DCOP,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kjs,kparts,kscreensaver,kutils,kwalletclient::x11/kde/libs3
SEPARATE_BUILD = flavored
WANTLIB = ICE SM X11 Xext Xrender art_lgpl_2 c jpeg m pcre pcreposix png \
pthread stdc++ util z idn Xau Xdmcp fam rpcsvc \
pthread-stubs xcb
.include <bsd.port.mk>