mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
3233cdd00a
- Fixed compile error on kde3.3 - Made resize grip optionally (off by default, disable if you get querky problems with the deco) - fixed menu setings - starter applet will auto correct size - added new widget color "Smoke" by Anton - added apple starter buttons (aqua/graphite) and a kicker bg - tiger stuff PR: ports/79371 Submitted by: maintainer
32 lines
757 B
Makefile
32 lines
757 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.6e
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= flynn@energyhq.es.eu.org
|
|
COMMENT= An Aqua like window decoration and widget style for KDE
|
|
|
|
#EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDEBASE_VER=3
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
USE_INC_LIBTOOL_VER=15
|
|
|
|
# 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>
|