Mandoc (groff replacement) port
jirka
jirka at penguin.cz
Wed Jul 14 14:58:21 EDT 2010
Hello,
anyone needs to read formatted manual pages on the Ben?
If yes, there is the Makefile for the "mandoc" convertor
from troff (mainly from manual page sources) to ascii/html/postscript.
For details go here: http://mdocml.bsd.lv
jirka
-------------- next part --------------
# $Id: Makefile 5624 2006-11-23 00:29:07Z nbd $
include $(TOPDIR)/rules.mk
PKG_NAME:=mandoc
PKG_VERSION:=1.10.4
PKG_RELEASE:=1
PKG_SOURCE:=mdocml.tar.gz
PKG_SOURCE_URL:=http://mdocml.bsd.lv/snapshots/
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/mdocml-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
define Package/mandoc
SECTION:=utils
CATEGORY:=Utilities
TITLE:=makdoc
URL:=http://mdocml.bsd.lv/
endef
define Package/mandoc/demandocription
mandoc (mdocml) is convertor for roff sources (mainly for manula pages)
to text, html or postscript. Use: "mandoc ma_page.1 |less"
endef
define Build/Configure
$(call Build/Compile/Default, \
)
endef
define Package/mandoc/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/mandoc $(1)/usr/bin/
endef
$(eval $(call BuildPackage,mandoc))
More information about the discussion
mailing list