mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
4dc064b0c5
(Note, since the shlib major didn't change this just removes the regexp support.)
38 lines
941 B
Makefile
38 lines
941 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.7 1998/08/25 10:04:56 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\\.1\\.:${PORTSDIR}/x11/kdelibs \
|
|
kdeui\\.1\\.:${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>
|