blob: 790eb54612d7c5aeac4b778329237595f08a1c18 (
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
30
31
32
|
# ex:ts=8
# Ports collection makefile for: K.R.S.S.
# Date created: Apr 17, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= krss
PORTVERSION= 3.0
CATEGORIES= deskutils kde
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= KDE Rich Site Summary viewer
USE_KDEBASE_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
MAKE_JOBS_SAFE= yes
QTCPPFLAGS+= ${PTHREAD_CFLAGS}
QTCFGLIBS+= ${PTHREAD_LIBS}
INSTALLS_ICONS= yes
post-patch:
${REINPLACE_CMD} -e 's|$$(LIB_KFILE)|-lkio|' ${WRKSRC}/krss/Makefile.in
${REINPLACE_CMD} -e 's|-pedantic||;s|-Wmissing-prototypes||' \
${WRKSRC}/configure
.include <bsd.port.mk>
|