29 lines
813 B
Makefile
29 lines
813 B
Makefile
# $NetBSD: Makefile,v 1.8 2010/03/03 10:16:41 shindenmorr Exp $
|
|
#
|
|
|
|
DISTNAME= itask-ng-0.2.4
|
|
PKGREVISION= 3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://itask-module.googlecode.com/files/
|
|
|
|
MAINTAINER= morr@NetBSD.org
|
|
HOMEPAGE= http://itask-module.googlecode.com/files/
|
|
COMMENT= Application launcher and taskbar for e17
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILD_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4
|
|
WRKSRC= ${WRKDIR}/itask-ng
|
|
USE_TOOLS+= autoconf automake gmake msgfmt pkg-config
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
BROKEN_GETTEXT_DETECTION= yes
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ${SH} autogen.sh
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../wip/edje/buildlink3.mk"
|
|
.include "../../wip/e17/buildlink3.mk"
|
|
.include "../../wip/efreet/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|