blob: 4aec69f3253bce164b114764ac5326ce326a5892 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
# New ports collection makefile for: taskjuggler
# Date created: 23 February 2004
# Whom: Dean Povey <povey@wedgetail.com>
#
# $FreeBSD$
#
PORTNAME= taskjuggler
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://www.taskjuggler.org/download/
MAINTAINER= povey@wedgetail.com
COMMENT= A project management tool for UNIX based operating systems
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \
${SITE_PERL}/PostScript/Simple.pm:${PORTSDIR}/print/p5-PostScript-Simple \
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
poster:${PORTSDIR}/print/poster \
xsltproc:${PORTSDIR}/textproc/libxslt
BROKEN= Does not build
# KTJView currently doesn't compile
#OPTIONS= KTJVIEW "Build KDE KTJView program (Requires KDE)" off
USE_BZIP2= yes
USE_QT_VER= 3
USE_XLIB= yes
USE_PERL5_RUN= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS} -L${LOCALBASE}/lib"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
# KTJView currently doesn't compile
#.if defined(WITH_KTJVIEW)
#LIB_DEPENDS+= kwalletbackend:${PORTSDIR}/x11/kdelibs3
#CONFIGURE_ARGS+= --with-kde-support=yes
#.include "files/ktjview-plist.mk"
#.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
BROKEN= "Perl > 5.6 is required."
.endif
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
${REINPLACE_CMD} -e 's|share/doc/packages/|share/doc/|g'
.include <bsd.port.post.mk>
|