1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/deskutils/korganizer/Makefile
Satoshi Asami fbbae1aa88 Could this be one of those that require an old version of qt?
===
 :
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -Iversit  -O2 -pipe -c eventwidget.cpp
eventwidget.cpp: In method `bool EventWidget::eventFilter(class QObject *, class QEvent *)':
eventwidget.cpp:73: `Event_FocusRestore' undeclared (first use this function)
eventwidget.cpp:73: (Each undeclared identifier is reported only once
eventwidget.cpp:73: for each function it appears in.)
gmake[2]: *** [eventwidget.o] Error 1
gmake[2]: Leaving directory `/usr/ports/deskutils/korganizer/work/korganizer/src'
 :
1998-08-20 09:12:04 +00:00

38 lines
958 B
Makefile

# New ports collection makefile for: korganizer
# Version required: Beta4
# Date created: 23 May 1998
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
#
# $Id: Makefile,v 1.5 1998/08/12 06:29:25 asami Exp $
#
DISTNAME= korganizer-0.9
CATEGORIES= deskutils kde
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= unstable/apps/office
MAINTAINER= hanspb@persbraten.vgs.no
LIB_DEPENDS= gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs
BROKEN= build
USE_QT= yes
HAS_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
WRKSRC= ${WRKDIR}/korganizer
pre-configure:
${RM} -rf -- $(WRKSRC)/src/.deps $(WRKSRC)/config.cache
.include <bsd.port.mk>