16 lines
461 B
Makefile
16 lines
461 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/04/10 15:06:13 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= libinstaller-5.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://packages.stura.uni-rostock.de/bsdinstaller/distfiles/
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://www.bsdinstaller.com/
|
|
COMMENT= Library of support functions for the BSD Installer application
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../devel/libaura/buildlink3.mk"
|
|
.include "../../devel/libdfui/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|