1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/deskutils/krss/Makefile
Mikhail Teterin c56068b611 Upgrade from 2.6 (released in 2002) to 3.0 (released in 2003), while I'm
searching for a good RSS program...
2011-05-02 19:22:17 +00:00

33 lines
667 B
Makefile

# 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>