1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11/oooqs/Makefile
2003-02-22 14:38:12 +00:00

24 lines
626 B
Makefile

# 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>