summaryrefslogtreecommitdiff
path: root/textproc/heirloom-paste
diff options
context:
space:
mode:
authorcheusov <cheusov>2011-05-28 08:16:28 +0000
committercheusov <cheusov>2011-05-28 08:16:28 +0000
commit84c8165165315df14782c1196a2b08689fcc5015 (patch)
tree396d9256f263f012c54d249934883470a205ddb7 /textproc/heirloom-paste
parentac944ae4ae4bcdf596dcf90aa223471ae26ea988 (diff)
downloadpkgsrc-84c8165165315df14782c1196a2b08689fcc5015.tar.gz
heirloom part
Diffstat (limited to 'textproc/heirloom-paste')
-rw-r--r--textproc/heirloom-paste/DESCR1
-rw-r--r--textproc/heirloom-paste/Makefile13
-rw-r--r--textproc/heirloom-paste/PLIST3
3 files changed, 17 insertions, 0 deletions
diff --git a/textproc/heirloom-paste/DESCR b/textproc/heirloom-paste/DESCR
new file mode 100644
index 00000000000..a2c080297c8
--- /dev/null
+++ b/textproc/heirloom-paste/DESCR
@@ -0,0 +1 @@
+This package provides 'paste' utility.
diff --git a/textproc/heirloom-paste/Makefile b/textproc/heirloom-paste/Makefile
new file mode 100644
index 00000000000..fbde9c19431
--- /dev/null
+++ b/textproc/heirloom-paste/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:16:28 cheusov Exp $
+
+PKGNAME= heirloom-paste-${HEIRLOOM_VER}
+CATEGORIES= textproc
+
+MAKE_FLAGS+= SUBDIRS="build paste"
+
+.include "../../sysutils/heirloom-doc/Makefile.common"
+
+DESCR_SRC+= DESCR
+
+.include "../../devel/heirloom-libcommon/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/heirloom-paste/PLIST b/textproc/heirloom-paste/PLIST
new file mode 100644
index 00000000000..5cc6dbb9ac3
--- /dev/null
+++ b/textproc/heirloom-paste/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:16:28 cheusov Exp $
+${HLROOT}/bin/paste
+${HLROOT}/man/man1/paste.1