blob: 351b62c29910b17aa80fda6a14182fe748af067b (
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
24
25
26
27
28
29
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>
|