Makefile revision 1549
493N/A###############################################################################
0N/A#
0N/A# twm - Tab Window Manager for the X Window System
1422N/A#
0N/A# Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
0N/A#
0N/A# Permission is hereby granted, free of charge, to any person obtaining a
1422N/A# copy of this software and associated documentation files (the "Software"),
0N/A# to deal in the Software without restriction, including without limitation
0N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
919N/A# and/or sell copies of the Software, and to permit persons to whom the
919N/A# Software is furnished to do so, subject to the following conditions:
919N/A#
919N/A# The above copyright notice and this permission notice (including the next
919N/A# paragraph) shall be included in all copies or substantial portions of the
0N/A# Software.
919N/A#
919N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
919N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
919N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
919N/A# DEALINGS IN THE SOFTWARE.
919N/A#
919N/A#
919N/A
0N/A# Package name used in tarballs
0N/AMODULE_NAME=twm
0N/A
0N/A# pkg(5) name we deliver the files in (override default)
0N/AMODULE_PKGNAME=desktop/window-manager/twm
967N/AMODULE_PKGNAME_SET=yes
1124N/AMODULE_DESC = the Tab Window Manager (twm)
967N/A
967N/A# Version number (used in path names)
1124N/AMODULE_VERSION=1.0.9
967N/A
0N/A# Checksums for upstream tarball
1003N/ATARBALL_MD5 = 59a6f076cdacb5f6945dac809bcf4906
1003N/ATARBALL_SHA1 = 09e8a8f0d1072e11eb0d6e354d75a555b9952755
1003N/ATARBALL_SHA256= c575167ac33edf3bd1592f1bedfe0559debb128ed5fb4873c1278e3be166310a
1003N/A
1003N/A# Patches to apply to source after unpacking, in order
1003N/ASOURCE_PATCHES =
1003N/A
967N/A# Man pages to apply Sun footer to & attributes to list
970N/ASUNTOUCHED_MANPAGES = man/twm.man
970N/AMODULE_STABILITY=Committed
967N/A
970N/A# Compatibility links from /usr/X11/bin to /usr/bin
970N/AMODULE_X11_BINCOMPAT_LINKS = twm
970N/A
970N/Ainclude ../Makefile.inc
970N/A
970N/A