mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
aa127bd79a
PR: 43990 Submitted by: maintainer
23 lines
592 B
Makefile
23 lines
592 B
Makefile
# New ports collection Makefile for: oooqs
|
|
# Date created: 21 July 2002
|
|
# Whom: Tilman Linneweh <freebsdports@arved.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= oooqs
|
|
PORTVERSION= 1.0.R.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://download.berlios.de/segfaultskde/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.R./_rc/}
|
|
|
|
MAINTAINER= freebsdports@arved.de
|
|
|
|
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>
|