18 lines
573 B
Makefile
18 lines
573 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/01/06 17:05:43 espie Exp $
|
|
|
|
COMMENT= "kde front end for ogle"
|
|
CATEGORIES= x11 x11/kde
|
|
VERSION= 3.0
|
|
DISTNAME= okle-0.2.3
|
|
HOMEPAGE= http://okle.sourceforge.net/
|
|
MASTER_SITES= http://okle.sourceforge.net/src/
|
|
EXTRACT_SUFX= .tar.gz
|
|
#LIB_DEPENDS= kdecore.4,DCOP,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kjava,kparts,kscreensaver,kutils::x11/kde/libs3
|
|
BUILD_DEPENDS=::x11/ogle
|
|
RUN_DEPENDS=::x11/ogle
|
|
|
|
CONFIGURE_ARGS+=--with-ogle-libs=${LOCALBASE}/lib/ogle
|
|
CONFIGURE_ARGS+=--with-ogle-includes=${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|