blob: 35436393a05f9a337199ad417ebffe7aca44f5ac (
plain)
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: basket
# Date created: Mon Sep 8 19:32:42 CEST 2003
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
#
# $FreeBSD$
PORTNAME= basket
PORTVERSION= 0.3.2
CATEGORIES= deskutils kde
MASTER_SITES= http://www.sebastien.laout.tuxfamily.org/basket/
MAINTAINER= brueffer@phoenix-systems.de
COMMENT= Desktop organization tool
USE_KDELIBS_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>
|