summaryrefslogtreecommitdiff
path: root/editors/ssam/Makefile
diff options
context:
space:
mode:
authoragc <agc>1997-10-23 20:18:01 +0000
committeragc <agc>1997-10-23 20:18:01 +0000
commit980f0f22721452e5cc130c8daca4abb4053f8663 (patch)
tree4cb9d63e22d8cd053af00717b366e4d53fbbab4b /editors/ssam/Makefile
parent9d3f83d376fb7a377bfebea89c220db7298d0884 (diff)
downloadpkgsrc-980f0f22721452e5cc130c8daca4abb4053f8663.tar.gz
Initial import of the ssam stream editor - analogous to sed(1), but
using the sam command set. Uses the libutf functionality.
Diffstat (limited to 'editors/ssam/Makefile')
-rw-r--r--editors/ssam/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/editors/ssam/Makefile b/editors/ssam/Makefile
new file mode 100644
index 00000000000..34f66034242
--- /dev/null
+++ b/editors/ssam/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 1997/10/23 20:18:01 agc Exp $
+# New ports collection makefile for: ssam
+# Version required: 1.9
+# Date created: Thu Oct 23 21:00:32 BST 1997
+# Whom: Alistair Crooks (agc@netbsd.org)
+#
+
+DISTNAME= ssam-1.9
+CATEGORIES= editors
+MASTER_SITES= http://www.westley.demon.co.uk/src/
+
+MAINTAINER= agc@netbsd.org
+
+BUILD_DEPENDS= ${PREFIX}/lib/libutf.a:${PORTSDIR}/misc/libutf
+RUN_DEPENDS= ${PREFIX}/etc/langcoll.utf:${PORTSDIR}/misc/libutf
+
+MAN1= ssam.1
+GNU_CONFIGURE= yes
+ALL_TARGET= tst
+
+.include <bsd.port.mk>