mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
29 lines
677 B
Makefile
29 lines
677 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= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://download.berlios.de/segfaultskde/ \
|
|
http://download2.berlios.de/segfaultskde/ \
|
|
|
|
MAINTAINER= achilov-rn@askd.ru
|
|
COMMENT= KDE Quick launcher for Open Office 2.x
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
CONFIGURE_ARGS+= --with-qt-dir=${QT_PREFIX}
|
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
USE_KDELIBS_VER= 3
|
|
USE_GMAKE= yes
|
|
INSTALLS_ICONS= 1
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/HTML
|
|
|
|
.include <bsd.port.mk>
|