blob: 3603004d90e131400453f624f37ea28f24fbe210 (
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
|
# New ports collection makefile for: kleansweep
# Date created: 10 Februar 2008
# Whom: tomsan
#
# $FreeBSD$
#
PORTNAME= kleansweep
PORTVERSION= 0.2.9
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://linux.bydg.org/~yogin/
MAINTAINER= thomas.sander@gmx.de
COMMENT= KleanSweep allows you to reclaim disk space by finding unneeded files
BROKEN= does not compile (scons failure)
USE_BZIP2= yes
USE_SCONS= yes
USE_GMAKE= yes
INSTALLS_ICONS= yes
USE_GETTEXT= yes
USE_KDELIBS_VER=3
.include <bsd.port.mk>
|