openbsd-ports/x11/kde/okle/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

27 lines
790 B
Makefile

# $OpenBSD: Makefile,v 1.15 2009/12/21 20:46:02 ajacoutot Exp $
COMMENT= kde front end for ogle
CATEGORIES= x11 x11/kde
VERSION= 3.0
DISTNAME= okle-0.3
PKGNAME= ${DISTNAME}p4
HOMEPAGE= http://okle.sourceforge.net/
MASTER_SITES= http://okle.sourceforge.net/src/
EXTRACT_SUFX= .tar.gz
LIB_DEPENDS= kdecore.>=4,DCOP,kdefx,kdesu,kdeui,kio,kwalletclient::x11/kde/libs3 \
dvdcontrol,msgevents::x11/ogle
CONFIGURE_ARGS+=--with-ogle-libs='${LOCALBASE}/lib/ogle -L${LOCALBASE}/lib'
CONFIGURE_ARGS+=--with-ogle-includes=${LOCALBASE}/include
USE_X11= Yes
USE_LIBTOOL= Yes
MODULES= x11/kde devel/gettext
WANTLIB += ICE SM X11 Xau Xdmcp Xext Xrender art_lgpl_2 c fam
WANTLIB += idn jpeg m png pthread qt-mt rpcsvc stdc++ util xml2
WANTLIB += z pthread-stubs xcb
.include <bsd.port.mk>