Documentation on the NetBSD Packages System | ||
---|---|---|
Prev | Chapter 10. FAQs & features of the package system | Next |
The NetBSD packages system supports a variable called HOMEPAGE. If the software being packaged has a home page, the Makefile should include the URL for that page in the HOMEPAGE variable:
HOMEPAGE= http://www.netpedia.net/hosting/gqview/mpeg-index.html
The definition of the package should be placed immediately after the MAINTAINER variable.