aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/dragstack/Makefile
blob: 9fd67cda995c52cecfb705b81b6c07de0c131638 (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:    dragstack
# Date created:         Thu Oct 30 23:18:04 CET 2003
# Whom:             Markus Brueffer <brueffer@phoenix-systems.de>
#
# $FreeBSD$

PORTNAME=       dragstack
PORTVERSION=        1.4
PORTREVISION=   9
CATEGORIES=     deskutils kde
MASTER_SITES=       SF

MAINTAINER=     markus@FreeBSD.org
COMMENT=        Drop stack applet for KDE

USE_AUTOTOOLS=  libtool
USE_KDEBASE_VER=    3
GNU_CONFIGURE=      yes
USE_LDCONFIG=       yes

post-patch:
    @${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
        ${WRKSRC}/${CONFIGURE_SCRIPT}

.include <bsd.port.mk>