Give an example Makefile for a GNOME port. Hopefully this will make
porting gnome apps a bit less daunting.
This commit is contained in:
parent
9625d4aa95
commit
e2d3b7fdde
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19313
3 changed files with 76 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/gnome/docs/Makefile,v 1.10 2003/09/18 16:13:26 bland Exp $
|
||||
# $FreeBSD: www/en/gnome/docs/Makefile,v 1.11 2003/12/27 23:03:10 marcus Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
|
@ -15,5 +15,6 @@ DOCS+= bugging.sgml
|
|||
DOCS+= volunteer.sgml
|
||||
DOCS+= knownissues.sgml
|
||||
DOCS+= develfaq.sgml
|
||||
DOCS+= example-Makefile.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue