|
Lines 120-131
Link Here
|
| 120 |
<para>The minimal <filename>Makefile</filename> would look |
120 |
<para>The minimal <filename>Makefile</filename> would look |
| 121 |
something like this:</para> |
121 |
something like this:</para> |
| 122 |
|
122 |
|
| 123 |
<programlisting># New ports collection makefile for: oneko |
123 |
<programlisting># $FreeBSD$ |
| 124 |
# Date created: 5 December 1994 |
|
|
| 125 |
# Whom: asami |
| 126 |
# |
| 127 |
# $FreeBSD$ |
| 128 |
# |
| 129 |
|
124 |
|
| 130 |
PORTNAME= oneko |
125 |
PORTNAME= oneko |
| 131 |
PORTVERSION= 1.1b |
126 |
PORTVERSION= 1.1b |
|
Lines 16289-16308
Link Here
|
| 16289 |
<filename>Makefile</filename>.</para> |
16284 |
<filename>Makefile</filename>.</para> |
| 16290 |
|
16285 |
|
| 16291 |
<programlisting>[the header...just to make it easier for us to identify the ports.] |
16286 |
<programlisting>[the header...just to make it easier for us to identify the ports.] |
| 16292 |
# New ports collection makefile for: xdvi |
|
|
| 16293 |
[the "version required" line is only needed when the PORTVERSION |
| 16294 |
variable is not specific enough to describe the port.] |
| 16295 |
# Date created: 26 May 1995 |
| 16296 |
[this is the person who did the original port to FreeBSD, in particular, the |
| 16297 |
person who wrote the first version of this Makefile. Remember, this should |
| 16298 |
not be changed when upgrading the port later.] |
| 16299 |
# Whom: Satoshi Asami <asami@FreeBSD.org> |
| 16300 |
# |
| 16301 |
# $FreeBSD$ |
16287 |
# $FreeBSD$ |
| 16302 |
[ ^^^^^^^^^ This will be automatically replaced with RCS ID string by SVN |
16288 |
[ ^^^^^^^^^ This will be automatically replaced with RCS ID string by SVN |
| 16303 |
when it is committed to our repository. If upgrading a port, do not alter |
16289 |
when it is committed to our repository. If upgrading a port, do not alter |
| 16304 |
this line back to "$FreeBSD$". SVN deals with it automatically.] |
16290 |
this line back to "$FreeBSD$". SVN deals with it automatically.] |
| 16305 |
# |
|
|
| 16306 |
|
16291 |
|
| 16307 |
[section to describe the port itself and the master site - PORTNAME |
16292 |
[section to describe the port itself and the master site - PORTNAME |
| 16308 |
and PORTVERSION are always first, followed by CATEGORIES, |
16293 |
and PORTVERSION are always first, followed by CATEGORIES, |