aboutsummaryrefslogtreecommitdiffstats
path: root/editors/ssam/Makefile
blob: b9e7a3275523a0189c36d1850346ad5316d82608 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    ssam
# Date Created:             25 February 2006
# Whom:                 Serge Gagnon <serge.gagnon@b2b2c.ca>
#
# $FreeBSD$
#

PORTNAME=   ssam
PORTVERSION=    1.9
CATEGORIES= editors
MASTER_SITES=   http://www.westley.demon.co.uk/src/

MAINTAINER= serge.gagnon@b2b2c.ca
COMMENT=    Stream editor that uses the UTF routines with the sam(1) command set

BUILD_DEPENDS=  ${LOCALBASE}/include/ure.h:${PORTSDIR}/misc/libutf

GNU_CONFIGURE=  YES
ALL_TARGET= ssam

PLIST_FILES=    bin/ssam

MAN1=   ssam.1

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/ssam ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/ssam.1 ${MANPREFIX}/man/man1/

.include <bsd.port.mk>