aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/krss/Makefile
blob: f67bea935a0abeeea654c9b08b2f458b6b4bd844 (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
26
27
28
29
# ex:ts=8
# Ports collection makefile for:    K.R.S.S.
# Date created:         Apr 17, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   krss
PORTVERSION=    2.6
CATEGORIES= deskutils kde
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= kde@freebsd.org

LIB_DEPENDS=    jpeg:${PORTSDIR}/graphics/jpeg \
        png:${PORTSDIR}/graphics/png

USE_REINPLACE=  yes
USE_KDEBASE_VER=    2
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
MAKE_ENV=   ${CONFIGURE_ENV}

post-patch:
    @${REINPLACE_CMD} -e "s,-lqt,-lqt2,g" ${WRKSRC}/configure

.include <bsd.port.mk>