summaryrefslogtreecommitdiff
path: root/sysutils/dog/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-01-19 01:35:05 +0000
committerhubertf <hubertf@pkgsrc.org>2001-01-19 01:35:05 +0000
commit34e6365eee0f0f975f193b8ce5f0e7e762471d2e (patch)
treedd18b44244436ba07e4d4b277b94b9b515129e73 /sysutils/dog/Makefile
parentf77a61fc0d657a3e3aa7f89d4c4ca293ffee0505 (diff)
downloadpkgsrc-34e6365eee0f0f975f193b8ce5f0e7e762471d2e.tar.gz
Add dog-1.5:
Dog writes the contents of each given file, URL, or stdin Dog writes the contents of each given file, URL, or the standard input if none are given or when a file named '-' is given, to the standard output. It currently supports the file, http, and raw URL types. It is designed as a compatible, but enhanced, replacement of cat(1). Submitted by Tomasz Luchowski <zuntum@eik.pl> in PR 11992
Diffstat (limited to 'sysutils/dog/Makefile')
-rw-r--r--sysutils/dog/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/dog/Makefile b/sysutils/dog/Makefile
new file mode 100644
index 00000000000..f5eef05fb0d
--- /dev/null
+++ b/sysutils/dog/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/01/19 01:35:05 hubertf Exp $
+# FreeBSD Id: ports/misc/dog/Makefile,v 1.1 2000/06/10 05:45:34 will Exp
+
+DISTNAME= dog-1.5
+CATEGORIES= misc
+MASTER_SITES= http://jl.photodex.com/dog/
+
+MAINTAINER= zuntum@eik.pl
+HOMEPAGE= http://jl.photodex.com/dog/
+
+USE_GMAKE= yes
+ALL_TARGET= dog
+
+.include "../../mk/bsd.pkg.mk"