and developers that are looking for interesting projects to evaluate and work on. Original idea and work by: netchild Reviewed by: brueffer, simon, Niclas Zeising lothrandilATn00bDOTapagnuDOTse
17 lines
292 B
Makefile
17 lines
292 B
Makefile
# FreeBSD list of projects and ideas for volunteers
|
|
#
|
|
# $FreeBSD$
|
|
|
|
MAINTAINER= joel
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= index.sgml
|
|
DATA= style.css
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|