blob: eecbcbe6f71a96b9f2d5962a48e99385ffd35a9d (
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
|
# 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.4.0c
CATEGORIES= deskutils kde
MASTER_SITES= http://les83plus.free.fr/sebastien.laout/basket/downloads/
MAINTAINER= markus@FreeBSD.org
COMMENT= Desktop organization tool
WRKSRC= ${WRKDIR}/${PORTNAME}-0.4
USE_KDELIBS_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>
|