blob: fa5208aa76298486b9065134c348d8fc11bb06fd (
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
|
# New ports collection makefile for: ktagebuch
# Date created: Mon Nov 17 15:37:28 CET 2003
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
#
# $FreeBSD$
PORTNAME= ktagebuch
PORTVERSION= 0.74
PORTREVISION= 9
CATEGORIES= deskutils kde
MASTER_SITES= http://www.theblessing.net/programming/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= A diary program for KDE 3
LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
USE_KDELIBS_VER= 3
USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_GETTEXT= yes
CONFIGURE_ARGS+= --with-sqlite \
--with-sqlite-incdir=${LOCALBASE}/include \
--with-sqlite-libdir=${LOCALBASE}/lib
DOCSDIR= share/doc/HTML
post-patch:
@${REINPLACE_CMD} -e 's|-O2|-fPIC|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>
|