gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1105: clean up groff


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1105: clean up groff
Date: Sat, 10 Nov 2012 22:01:18 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1105
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2012-11-10 22:01:18 +0100
message:
  clean up groff
added:
  gnu/groff/config.mk
modified:
  gnu/groff/Makefile
=== modified file 'gnu/groff/Makefile'
--- a/gnu/groff/Makefile        2011-01-21 15:58:00 +0000
+++ b/gnu/groff/Makefile        2012-11-10 21:01:18 +0000
@@ -1,16 +1,21 @@
 GARNAME = groff
 GARVERSION = 1.21
+HOME_URL = http://www.gnu.org/software/groff/
+DESCRIPTION = A typesetting package that reads plain text and produces \
+formatted output
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = groff/
+MASTER_SUBDIR = $(GARNAME)/
 
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = ghostscript perl
-# LIBDEPS = 
+BUILDDEPS = ghostscript #perl
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/groff/
-DESCRIPTION = GNU Troff, a typesetting package that reads plain text and 
produces formatted output
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/groff/config.mk'
--- a/gnu/groff/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/groff/config.mk       2012-11-10 21:01:18 +0000
@@ -0,0 +1,4 @@
+## Configuration options for groff ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]