aboutsummaryrefslogtreecommitdiffstats
path: root/x11/oooqs2/Makefile
blob: 0704d0c5dbbe1d91fc62b7f3bdacb8da26486e84 (plain) (blame)
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
# New ports collection Makefile for:    oooqs2
# Date created:                 16 Mar 2007
# Whom:                         Rashid N. Achilov <citycat4@ngs.ru>
#
# $FreeBSD$

PORTNAME=       oooqs2
PORTVERSION=        1.0
PORTREVISION=   6
CATEGORIES=     x11
MASTER_SITES=       http://download.berlios.de/segfaultskde/ \
            http://download2.berlios.de/segfaultskde/ \

MAINTAINER=     citycat4@ngs.ru
COMMENT=        KDE Quick launcher for Open Office 2.x

USE_AUTOTOOLS=      libtool:22

CONFIGURE_ARGS+=    --with-qt-dir=${QT_PREFIX}

USE_KDELIBS_VER=    3
USE_GMAKE=      yes
INSTALLS_ICONS=     1

DOCSDIR=        ${PREFIX}/share/doc/HTML

.include <bsd.port.mk>