diff options
author | lofi <lofi@FreeBSD.org> | 2004-02-04 22:01:27 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-02-04 22:01:27 +0800 |
commit | 2698dbb3049016de7111e7571bc52d087ac99413 (patch) | |
tree | 034b3e2d9d459eeaa53136b109f8991138a0f972 /accessibility/kmag/Makefile | |
parent | e9806c3a94e98279592d1b151436b871cdba07a7 (diff) | |
download | freebsd-ports-gnome-2698dbb3049016de7111e7571bc52d087ac99413.tar.gz freebsd-ports-gnome-2698dbb3049016de7111e7571bc52d087ac99413.tar.zst freebsd-ports-gnome-2698dbb3049016de7111e7571bc52d087ac99413.zip |
Add kdeaccessibility. This port is set to IGNORE,
it will be activated once the rest of KDE 3.2 is
committed.
Diffstat (limited to 'accessibility/kmag/Makefile')
-rw-r--r-- | accessibility/kmag/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/accessibility/kmag/Makefile b/accessibility/kmag/Makefile new file mode 100644 index 000000000000..351b62c29910 --- /dev/null +++ b/accessibility/kmag/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: kdeaccessibility +# Date created: 19 Jan 2004 18:40:32 EST +# Whom: Will Andrews <will@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= kdeaccessibility +PORTVERSION= ${KDE_VERSION} +CATEGORIES= accessibility kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Accessibility applications for KDE + +USE_KDELIBS_VER=3 +PREFIX= ${KDE_PREFIX} + +IGNORE= This port will turn active with the release of KDE 3.2 + +USE_BZIP2= yes +USE_REINPLACE= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include "${.CURDIR}/../../x11/kde3/Makefile.kde" + +.include <bsd.port.mk> |