cleanup. espie@

This commit is contained in:
turan 2000-02-12 20:03:00 +00:00
parent d3d79d5efd
commit f8ee58bf77

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.template,v 1.10 2000/02/12 19:43:44 turan Exp $ # $OpenBSD: Makefile.template,v 1.11 2000/02/12 20:03:00 turan Exp $
# $FreeBSD/NetBSD: credit FreeBSD/NetBSD if thats where the port came from $ # $FreeBSD/NetBSD: credit FreeBSD/NetBSD if thats where the port came from $
# Original from: credit the original author here # Original from: credit the original author here
# #
@ -27,42 +27,44 @@ CATEGORIES= ???
MAINTAINER= ports@openbsd.org MAINTAINER= ports@openbsd.org
# Licensing for this port. License types: # Licensing for this port. License types:
# BSD: BSD (or a BSD like) license. # BSD: BSD (or a BSD like) license.
# Can be distributed. Documentation that mentions package may # Can be distributed. Documentation that mentions package may
# need to include owners copyright. # need to include owners copyright.
# COMM: Commercial software. # COMM: Commercial software.
# For fee software. # For fee software.
# COPY: Copyright that allows or denys distribution # COPY: Copyright that allows or denys distribution
# Read copyright before use, there may be usage restrictions # Read copyright before use, there may be usage restrictions
# even if distribution is allowed. # even if distribution is allowed.
# CRYPTO: Third party crypto not allowed. # CRYPTO: Third party crypto not allowed.
# ELM: Can not charge _extra_ for distribution # GPL: Licensed under the GNU GPL license.
# May distribute when the price of the distribution does would # INCLUDED: Package is included in OpenBSD, distribution not needed.
# not change if the port were removed from the distribution. # LGPL: Licensed under the GNU LGPL license.
# GPL: Licensed under one of the various GNU licenses. # LICENSE: Requires license for redistribution.
# INC: Package is included in OpenBSD, distribution not needed. # Note: a license may only be required for a `commercial'
# LIC: Requires license for redistribution. # distribution which is how I'm treating the OpenBSD CD-ROMs.
# Note: a license may only be required for a `commercial' distribution # NOEXTRAFEE: Can not charge _extra_ for distribution
# which is how I'm treating the OpenBSD CD-ROMs. # May distribute when the price of the distribution does would
# NONE: No license/copyright found in source code or related documentation. # not change if the port were removed from the distribution.
# NOFEE: Can not charge for distribution # NOFEE: Can not charge for distribution
# The software may be `free', but the copyright states `may not charge # The software may be `free', but the copyright states
# for distribution' or words to that effect. # `may not charge for distribution' or words to that effect.
# PAT: Patent or Patent Pending # NONE: No license/copyright found in source code or
# PD: Explicitly stated to be in the Public Domain. # related documentation.
# PERL: PERL (or PERL like) license. # PAT: Patent or Patent Pending
# REST: Restrictive license # PD: Explicitly stated to be in the Public Domain.
# SHARE: Shareware. # PERL: PERL (or PERL like) license.
# X: X Consortium (or X consortium like, e.g. XFree86) license. # RESTRICT: Restrictive license
# a full and unrestricted irrevocable, world-wide, paid up, # SHARE: Shareware.
# royalty-free, nonexclusive right and license to deal in this # X: X Consortium (or X consortium like, e.g. XFree86) license.
# software... # a full and unrestricted irrevocable, world-wide, paid up,
# TOG: The Open Group license. Not to be confused with X or XFree86. # royalty-free, nonexclusive right and license to deal in this
# Software distributed under the TOG license is NOT free. # software...
# TOG: The Open Group license. Not to be confused with X or XFree86.
# Software distributed under the TOG license is NOT free.
# #
# NOTE: A LICENSE THAT ALLOWS COPYING/REDISTRIBUTION MAY STILL # NOTE: A LICENSE THAT ALLOWS COPYING/REDISTRIBUTION MAY STILL
# BE RESTRICTIVE WITH RESPECT TO USE OF THE BINARY AND/OR # BE RESTRICTIVE WITH RESPECT TO USE OF THE BINARY AND/OR
# SOURCE CODE. PLEASE READ ALL LICENSES/COPYRIGHTS CAREFULLY. # SOURCE CODE. PLEASE READ ALL LICENSES/COPYRIGHTS CAREFULLY.
# #
# When you determine the license type, make sure to look at ALL distfiles. # When you determine the license type, make sure to look at ALL distfiles.
# Every distfile can have a different license. The PERMIT_* values are # Every distfile can have a different license. The PERMIT_* values are