head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2005.04.27.09.11.45;	author vs;	state Exp;
branches;
next	1.3;

1.3
date	2003.11.20.16.10.20;	author krion;	state Exp;
branches;
next	1.2;

1.2
date	2001.05.19.19.19.14;	author greid;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.21.03.32.59;	author okazaki;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Use PLIST_FILES/PORTDOCS, MAKE_ARGS
- Note that the cgi-script isn't installed atm
@
text
@--- Makefile.orig	Sun Oct 26 16:23:22 2003
+++ Makefile	Thu Nov 20 01:44:55 2003
@@@@ -31,14 +31,11 @@@@
 
 # Installaton targets
 install: check-config directories
-	install -m 555 html2wml.cgi $(BINDIR)/html2wml
-	install -m 444 doc/html2wml.man $(MAN1DIR)/html2wml.1 
-	install -m 444 COPYING INSTALL NEWS NOTES README TODO ChangeLog $(DOCDIR) 
-	make -C t/ install DOCDIR=$(DOCDIR) 
-	make -C doc/ install DOCDIR=$(DOCDIR)
+	${BSD_INSTALL_SCRIPT} html2wml.cgi $(BINDIR)/html2wml
+	${BSD_INSTALL_MAN} doc/html2wml.man $(MAN1DIR)/html2wml.1
 
 installcgi: check-config
-	install -m 555 html2wml.cgi $(CGIDIR)
+	${BSD_INSTALL_SCRIPT} html2wml.cgi $(CGIDIR)
 
 uninstall: 
 	rm -f $(BINDIR)/html2wml
@


1.3
log
@- Update to version 0.4.11
- Use %%DOCSDIR%%

PR:		59491
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@a2 19
@@@@ -1,7 +1,7 @@@@
 # =========================================================================== #
 # Configuration 
-PREFIX=/usr/local
-CGIDIR=/home/httpd/cgi-bin
+PREFIX?=/usr/local
+CGIDIR=${LOCALBASE}/www/cgi-bin
 
 # =========================================================================== #
 # Do not edit the following unless you know what are you are doing
@@@@ -12,7 +12,7 @@@@
 # Standard subdirectories locations
 BINDIR=$(PREFIX)/bin
 MANDIR=$(PREFIX)/man
-DOCDIR=$(PREFIX)/doc/html2wml
+DOCDIR=$(PREFIX)/share/doc/html2wml
 
 MAN1DIR=$(MANDIR)/man1
 
@


1.2
log
@Update to version 0.4.2
@
text
@d1 2
a2 2
--- Makefile.orig	Mon May 14 01:07:59 2001
+++ Makefile	Sat May 19 20:07:36 2001
a5 1
 
d7 1
d9 1
a9 1
 CGIDIR=/home/httpd/cgi-bin
d12 2
a13 1
@@@@ -13,7 +13,7 @@@@
d17 1
a17 1
-DOCDIR=$(PREFIX)/doc/html2wml-$(VERSION)
d27 3
a29 3
-	install -m 444 doc/html2wml.man $(MAN1DIR)/html2wml.1
-	install -m 444 ARTISTIC COPYING INSTALL NEWS NOTES README TODO ChangeLog $(DOCDIR)
-	make -C t/ install DOCDIR=$(DOCDIR)
@


1.1
log
@Add html2wml 0.4.0, a Perl program that converts HTML pages to WML decks.

PR:		24333
Submitted by:	George Reid <greid@@dogma.freebsd-uk.eu.org>
@
text
@d1 2
a2 2
--- Makefile.orig	Fri Mar  9 09:28:18 2001
+++ Makefile	Wed Mar 21 06:53:35 2001
d21 1
a21 1
@@@@ -31,14 +31,14 @@@@
a31 3
+	${BSD_INSTALL_DATA} ARTISTIC COPYING INSTALL NEWS NOTES README TODO ChangeLog $(DOCDIR)
+	cd t; ${MAKE} install DOCDIR=$(DOCDIR)
+	cd doc; ${MAKE} install DOCDIR=$(DOCDIR)
@

