13 lines
330 B
Makefile
13 lines
330 B
Makefile
# $NetBSD: Makefile,v 1.16 2008/12/14 10:56:57 cheusov Exp $
|
|
#
|
|
|
|
.include "../../wip/pkg_online/Makefile.common"
|
|
|
|
CATEGORIES= pkgtools meta-pkgs
|
|
|
|
DEPENDS+= pkg_online-client-${VERSION}:../../wip/pkg_online-client
|
|
DEPENDS+= pkg_online-server-${VERSION}:../../wip/pkg_online-server
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|