fcb7da800b
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
30 lines
885 B
Makefile
30 lines
885 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/06/01 20:08:01 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= e16menuedit2-0.0.1
|
|
CATEGORIES= wm x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
|
|
|
|
MAINTAINER= chriswareham@chriswareham.demon.co.uk
|
|
HOMEPAGE= http://www.enlightenment.org/
|
|
COMMENT= Menu editor for the Enlightenment window manager
|
|
|
|
DEPENDS+= enlightenment-0.16.*:../../wm/enlightenment
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= automake
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}; aclocal; autoheader; automake -a --foreign -i; autoconf
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|