openbsd-ports/mail/kbiff/Makefile
espie 0e6f6f93bb Kill first component of BUILD_DEPENDS.
Fix sawfish comment while I'm at it.
`window manager for the X windows system'.
Like DUH ! It's going to be a window manager for my microwave oven ?
2001-11-10 15:00:47 +00:00

40 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.8 2001/11/10 15:00:48 espie Exp $
COMMENT= "new mail notification utility"
DISTNAME= kbiff-3.5
CATEGORIES= mail
NEED_VERSION= 1.489
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://www.granroth.org/kbiff/
MAINTAINER= David Lebel <lebel@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/
BUILD_DEPENDS= ::x11/qt2-designer
LIB_DEPENDS= kdecore.3.::x11/kde/libs2
PATCH_LIST= ${PORTSDIR}/x11/kde/libs2/patches/p-*
MAKE_ENV= ${CONFIGURE_ENV}
MAKE_FLAGS= CXXLD='--tag CXX ${CXX} -L${LOCALBASE}/lib/qt2'
USE_X11= Yes
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/admin
CONFIGURE_ARGS= --with-qt-includes=${LOCALBASE}/include/X11/qt2
CONFIGURE_ARGS+= --with-qt-libraries=${LOCALBASE}/lib/qt2
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= MOC=${LOCALBASE}/bin/moc2 KDEDIR=${LOCALBASE}
.include <bsd.port.mk>