6337N/A###############################################################################
6337N/A#
6337N/A# xedit - simple Xaw-based text editor for X
6337N/A#
6337N/A# Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
6337N/A#
6337N/A# Permission is hereby granted, free of charge, to any person obtaining a
6337N/A# copy of this software and associated documentation files (the "Software"),
6337N/A# to deal in the Software without restriction, including without limitation
6337N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
6337N/A# and/or sell copies of the Software, and to permit persons to whom the
6337N/A# Software is furnished to do so, subject to the following conditions:
6337N/A#
6337N/A# The above copyright notice and this permission notice (including the next
6337N/A# paragraph) shall be included in all copies or substantial portions of the
6337N/A# Software.
6337N/A#
6337N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6337N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6337N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
6337N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6337N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6337N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6337N/A# DEALINGS IN THE SOFTWARE.
6337N/A#
6337N/A#
6337N/A
6337N/A# Package name used in tarballs
6337N/AMODULE_NAME=xedit
6337N/A
6337N/A# pkg(5) name we deliver the files in (override default)
6337N/AMODULE_PKGNAME=editor/$(MODULE_NAME)
6337N/AMODULE_PKGNAME_SET=yes
6337N/AMODULE_DESC = the xedit text editor
6337N/A
6337N/A# Package classification (override default)
6337N/AMODULE_PKGCLASS=Development/Editors
6337N/AMODULE_PKGCLASS_SET=yes
6337N/A
6337N/A# Version number (used in path names)
6337N/AMODULE_VERSION=1.2.1
6337N/A
6337N/A# Checksums for upstream tarball
6337N/ATARBALL_MD5 = 89b0800691feabe1c8a28554c3f73164
6337N/ATARBALL_SHA1 = 2003a467a44120fe52703d122b537142dc25c8c3
6337N/A
6337N/A# Patches to apply to source after unpacking, in order
6337N/ASOURCE_PATCHES = man-tbl-markup.patch,-p1
6337N/A
6337N/A# Man pages to apply Sun footer to & attributes to list
6337N/ASUNTOUCHED_MANPAGES=man/xedit.man
6337N/AMODULE_STABILITY=Committed
6337N/A
6337N/A# Compatibility links from /usr/X11/bin to /usr/bin
6337N/AMODULE_X11_BINCOMPAT_LINKS = xedit
6337N/A
6337N/Ainclude ../Makefile.inc
6337N/A