blob: 34f660342428cf0fab626aa49f22f94000dd8ccb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>
|