blob: 52fa62966edc0e21908f99c92c0077f6b6c5cc90 (
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
|
# New ports collection Makefile for: oooqs
# Date created: 21 July 2002
# Whom: Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= oooqs
PORTVERSION= 1.0.R.3
CATEGORIES= x11
MASTER_SITES= http://download.berlios.de/segfaultskde/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.R./_rc/}
MAINTAINER= arved@FreeBSD.org
COMMENT= "Quick launcher for Open Office"
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
USE_KDELIBS_VER= 3
post-install:
@${LN} -s ${PREFIX}/share/doc/HTML/en/common ${PREFIX}/share/doc/HTML/en/oooqs/common
.include <bsd.port.mk>
|