c5437b61cd
From DESCR: BSD Installer backend. Uses DFUI, so one of the available DFUI frontends must also be installed for this to be useful.
21 lines
636 B
Makefile
21 lines
636 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/04/10 15:22:14 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= dfuibe_installer-1.1.6
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://packages.stura.uni-rostock.de/bsdinstaller/distfiles/
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://www.bsdinstaller.com/
|
|
COMMENT= DFUI BSD Installer backend
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= msgfmt
|
|
MAKE_ENV+= LOCALEDIR=${PREFIX:Q}/${PKGLOCALEDIR:Q}/locale
|
|
|
|
.include "../../devel/libaura/buildlink3.mk"
|
|
.include "../../devel/libdfui/buildlink3.mk"
|
|
.include "../../devel/libinstaller/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|