for a while now (and indeed are redirected to svnweb now, so have been inaccessible for some time)
39 lines
630 B
Makefile
39 lines
630 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DATA=
|
|
DATA+= Gnats.pm
|
|
DATA+= GnatsPR.pm
|
|
DATA+= cgi-lib.pl
|
|
DATA+= cgi-style.pl
|
|
DATA+= query-pr-lib.pl
|
|
|
|
CGI=
|
|
CGI+= confirm-code.cgi
|
|
CGI+= dosendpr.cgi
|
|
CGI+= getmsg.cgi
|
|
CGI+= mailindex.cgi
|
|
CGI+= man.cgi
|
|
CGI+= mid.cgi
|
|
CGI+= mirror.cgi
|
|
CGI+= missing_handler.cgi
|
|
CGI+= monthly.cgi
|
|
CGI+= ports.cgi
|
|
CGI+= query-pr.cgi
|
|
CGI+= query-pr-summary.cgi
|
|
CGI+= search.cgi
|
|
|
|
SUBDIR= GnatsPR
|
|
|
|
.SUFFIXES: .C .cgi
|
|
|
|
.C.cgi:
|
|
${CXX} ${CFLAGS} -o ${.TARGET} ${.IMPSRC}
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|