29 lines
554 B
Makefile
29 lines
554 B
Makefile
# 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= ports@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>
|