2004-08-31 20:44:48 +00:00
|
|
|
# New ports collection makefile for: baghira
|
|
|
|
# Date created: 31 August 2004
|
|
|
|
# Whom: Miguel Mendez <flynn@energyhq.es.eu.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= baghira
|
2005-11-02 20:39:47 +00:00
|
|
|
PORTVERSION= 0.7
|
2005-11-05 05:22:06 +00:00
|
|
|
PORTREVISION= 1
|
2004-08-31 20:44:48 +00:00
|
|
|
CATEGORIES= x11-themes kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2005-11-02 20:39:47 +00:00
|
|
|
MAINTAINER= mmendez@gmail.com
|
2004-08-31 20:44:48 +00:00
|
|
|
COMMENT= An Aqua like window decoration and widget style for KDE
|
|
|
|
|
2005-11-02 20:39:47 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-release
|
|
|
|
|
2005-04-13 17:22:01 +00:00
|
|
|
#EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
|
2004-11-10 15:14:29 +00:00
|
|
|
|
2004-08-31 20:44:48 +00:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDEBASE_VER=3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2005-04-13 17:22:01 +00:00
|
|
|
USE_REINPLACE= yes
|
2005-11-15 06:52:12 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15:inc
|
2004-08-31 20:44:48 +00:00
|
|
|
|
2005-04-13 17:22:01 +00:00
|
|
|
# XXX - Workaround for a badly rolled tarball.
|
2005-11-02 20:39:47 +00:00
|
|
|
#pre-configure:
|
|
|
|
# @${REINPLACE_CMD} -e 's|rm -f configure|true|g' ${WRKSRC}/Makefile.in \
|
|
|
|
# ${WRKSRC}/admin/am_edit
|
2005-04-13 17:22:01 +00:00
|
|
|
|
2004-08-31 20:44:48 +00:00
|
|
|
.include <bsd.port.mk>
|