24 lines
696 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2007/09/15 20:04:21 merdely Exp $
COMMENT= kde front end for ogle
CATEGORIES= x11 x11/kde
VERSION= 3.0
2003-07-30 17:42:21 +00:00
DISTNAME= okle-0.3
2006-06-12 15:45:51 +00:00
PKGNAME= ${DISTNAME}p0
HOMEPAGE= http://okle.sourceforge.net/
MASTER_SITES= http://okle.sourceforge.net/src/
EXTRACT_SUFX= .tar.gz
2006-09-18 10:21:48 +00:00
LIB_DEPENDS= kdecore.>=4,DCOP,kdefx,kdesu,kdeui,kio::x11/kde/libs3 \
2003-01-06 19:28:48 +00:00
dvdcontrol,msgevents::x11/ogle
2003-02-24 22:59:20 +00:00
CONFIGURE_ARGS+=--with-ogle-libs='${LOCALBASE}/lib/ogle -L${LOCALBASE}/lib'
CONFIGURE_ARGS+=--with-ogle-includes=${LOCALBASE}/include
2004-12-16 07:25:25 +00:00
WANTLIB= ICE SM X11 Xext Xrender art_lgpl_2 c iconv jpeg kwalletclient \
2006-06-12 15:45:51 +00:00
m png pthread stdc++ util xml2 z idn
2004-12-16 07:25:25 +00:00
2006-11-20 08:07:40 +00:00
USE_X11= Yes
2007-04-01 21:32:42 +00:00
USE_LIBTOOL= Yes
2006-11-20 08:07:40 +00:00
.include <bsd.port.mk>