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
35 lines
800 B
Makefile
35 lines
800 B
Makefile
# New ports collection makefile for: baghira
|
|
# Date created: 31 August 2004
|
|
# Whom: Miguel Mendez <flynn@energyhq.es.eu.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= baghira
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 8
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An Aqua like window decoration and widget style for KDE
|
|
|
|
#WRKSRC= ${WRKDIR}/${PORTNAME}-release
|
|
|
|
#EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
|
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDEBASE_VER=3
|
|
USE_XORG= xtst
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool
|
|
|
|
# XXX - Workaround for a badly rolled tarball.
|
|
#pre-configure:
|
|
# @${REINPLACE_CMD} -e 's|rm -f configure|true|g' ${WRKSRC}/Makefile.in \
|
|
# ${WRKSRC}/admin/am_edit
|
|
|
|
.include <bsd.port.mk>
|