xref: /dflybsd-src/dports.base/dragonfly/base/Makefile (revision a361ab312536a661d74caf5630c7ae20bcd8e3e4)
1*a361ab31SMatthew DillonPORTNAME=	dragonfly-base
2*a361ab31SMatthew DillonPORTVERSION=	1.0
3*a361ab31SMatthew DillonPORTREVISION=	1
4*a361ab31SMatthew DillonCATEGORIES=	misc
5*a361ab31SMatthew Dillon
6*a361ab31SMatthew Dillon# VALID_CATEGORIES+= dragonfly
7*a361ab31SMatthew Dillon
8*a361ab31SMatthew DillonMAINTAINER=	dillon@backplane.com
9*a361ab31SMatthew DillonCOMMENT=	DragonFlyBSD meta-port for base additions
10*a361ab31SMatthew DillonWWW=		https://www.dragonflybsd.org/
11*a361ab31SMatthew Dillon
12*a361ab31SMatthew DillonUSES=	metaport
13*a361ab31SMatthew Dillon
14*a361ab31SMatthew DillonCOMPONENTS+=	ports-mgmt/pkg \
15*a361ab31SMatthew Dillon		security/ca_root_nss \
16*a361ab31SMatthew Dillon		devel/git-lite \
17*a361ab31SMatthew Dillon		dns/bind-tools \
18*a361ab31SMatthew Dillon		net/isc-dhcp44-server \
19*a361ab31SMatthew Dillon		sysutils/cdrtools
20*a361ab31SMatthew Dillon
21*a361ab31SMatthew Dillon.for comp in ${COMPONENTS}
22*a361ab31SMatthew Dillonprefix=${comp:C/.*\///}
23*a361ab31SMatthew DillonRUN_DEPENDS:= ${RUN_DEPENDS} ${prefix}>0:${comp}
24*a361ab31SMatthew Dillon.endfor
25*a361ab31SMatthew Dillon
26*a361ab31SMatthew Dillon.include <bsd.port.mk>
27