freebsd-ports/accessibility/kmouth/Makefile

28 lines
595 B
Makefile
Raw Normal View History

# 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}
2004-08-30 21:55:42 +02:00
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Accessibility applications for KDE
USE_KDELIBS_VER=3
PREFIX= ${KDE_PREFIX}
USE_BZIP2= yes
2006-03-30 22:30:29 +02:00
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.mk>