freebsd-ports/sysutils/kleansweep/Makefile
Pietro Cerutti 4793e8e23a - UNBREAK: use internal mini-scons
PR:		124738
Submitted by:	yours truly
Approved by:	maintainer
2008-06-19 21:32:41 +00:00

35 lines
705 B
Makefile

# New ports collection makefile for: kleansweep
# Date created: 10 Februar 2008
# Whom: tomsan
#
# $FreeBSD$
#
PORTNAME= kleansweep
PORTVERSION= 0.2.9
PORTREVISION= 2
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
USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_ICONS= yes
USE_GETTEXT= yes
USE_KDELIBS_VER=3
post-extract:
(cd ${WRKSRC} && ${TAR} xzf admin/scons-mini.tar.bz2)
do-configure:
(cd ${WRKSRC} && ./scons configure prefix=${PREFIX})
do-build:
(cd ${WRKSRC} && ./scons)
do-install:
(cd ${WRKSRC} && ./scons install)
.include <bsd.port.mk>