blob: 3feee3bae480a0b01ff5ed8b0081321bca517ad4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.9 2002/12/23 17:45:36 wiz Exp $
#
DISTNAME= ssam-1.9
CATEGORIES= editors
MASTER_SITES= http://www.westley.demon.co.uk/src/
MAINTAINER= agc@netbsd.org
HOMEPAGE= http://www.westley.demon.co.uk/software.html
COMMENT= UTF-8-aware stream editor like sed(1), using the sam command set
DEPENDS= libutf>=2.10:../../misc/libutf
GNU_CONFIGURE= yes
ALL_TARGET= tst
.include "../../mk/bsd.pkg.mk"
|