# Created By:	Lucas Holt <luke@midnightbsd.org>
# $MidnightBSD: trunk/core/common-services/Makefile 15683 2013-12-20 02:10:56Z laffer1 $

PORTNAME=	common-services
PORTVERSION=	1.0
CATEGORIES=	core
MASTER_SITES=	# none
DISTFILES=	# none

MAINTAINER=     luke@MidnightBSD.org
COMMENT=        MidnightBSD Common Services

LICENSE=	agg

RUN_DEPENDS=	${LOCALBASE}/sbin/named:${PORTSDIR}/dns/bind99 \
		${LOCALBASE}/sbin/sendmail:${PORTSDIR}/mail/sendmail \
		smbd:${PORTSDIR}/net/samba36 \
		cupsd:${PORTSDIR}/print/cups-base

NO_WRKSUBDIR=	YES
NO_BUILD=	YES

do-install:

.include <bsd.port.mk>
