mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
![Ade Lovett](/assets/img/avatar_default.png)
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
35 lines
815 B
Makefile
35 lines
815 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.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= mmendez@gmail.com
|
|
COMMENT= An Aqua like window decoration and widget style for KDE
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-release
|
|
|
|
#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_AUTOTOOLS= libtool:15:inc
|
|
|
|
# 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>
|