aboutsummaryrefslogtreecommitdiff
path: root/deskutils/basket/Makefile
blob: b226831586f1d78598675055893d1fa9f397a1c6 (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
# New ports collection makefile for:	basket
# Date created:			Mon Sep  8 19:32:42 CEST 2003
# Whom:				Markus Brueffer <brueffer@phoenix-systems.de>
#
# $FreeBSD$

PORTNAME=		basket
PORTVERSION=		0.5.0
PORTREVISION=	2
CATEGORIES=		deskutils kde
MASTER_SITES=		http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/

MAINTAINER=		markus@FreeBSD.org
COMMENT=		Desktop organization tool

USE_BZIP2=		yes
USE_KDELIBS_VER=	3
USE_GMAKE=		yes
GNU_CONFIGURE=		yes
USE_REINPLACE=		yes

post-patch:
	@${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}

.include <bsd.port.mk>