diff options
Diffstat (limited to 'misc/kdirstat/Makefile')
-rw-r--r-- | misc/kdirstat/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/kdirstat/Makefile b/misc/kdirstat/Makefile new file mode 100644 index 000000000000..a198006f2210 --- /dev/null +++ b/misc/kdirstat/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: kdirstat +# Date created: 22 April 2000 +# Whom: Andrey Novikov <andrey@novikov.com> +# +# $FreeBSD$ +# + +PORTNAME= kdirstat +PORTVERSION= 0.86 +CATEGORIES= misc kde +MASTER_SITES= http://www.suse.de/~sh/download/ \ + ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/1.1.2/apps/utils +EXTRACT_SUFX= .tgz + +MAINTAINER= andrey@novikov.com + +LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11 + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_QT= yes + +.include <bsd.port.mk> |