diff options
Diffstat (limited to 'x11/oooqs2/Makefile')
-rw-r--r-- | x11/oooqs2/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/oooqs2/Makefile b/x11/oooqs2/Makefile new file mode 100644 index 000000000000..939d6dbef357 --- /dev/null +++ b/x11/oooqs2/Makefile @@ -0,0 +1,18 @@ +# New ports collection Makefile for: oooqs +# Date created: 21 July 2002 +# Whom: Tilman Linneweh <freebsdports@arved.de +# +# $FreeBSD$ + +PORTNAME= oooqs +PORTVERSION= 0.9.5.1 +CATEGORIES= x11 +MASTER_SITES= http://download.berlios.de/segfaultskde/ + +MAINTAINER= freebsdports@arved.de + +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +USE_KDELIBS_VER= 3 + +.include <bsd.port.mk> |