8558ca7184
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
40 lines
929 B
Makefile
40 lines
929 B
Makefile
# New ports collection makefile for: qnxstyle
|
|
# Date created: Sun May 12 00:55:29 CEST 2002
|
|
# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qnxstyle
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 9
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/
|
|
DISTNAME= ${KDELOOKITEM}-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A QNX style/theme for KDE3
|
|
|
|
KDELOOKITEM= 1444
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= lib/kde3/plugins/styles/qnx.a \
|
|
lib/kde3/plugins/styles/qnx.la \
|
|
lib/kde3/plugins/styles/qnx.so \
|
|
share/apps/kstyle/themes/qnx.themerc
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.mk>
|