mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
28 lines
615 B
Makefile
28 lines
615 B
Makefile
# 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= 4
|
|
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>
|