blob: 24b66d2aad96e2dda963db4fb367ef7d3068b07a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: ssed
# Date created: 28 May 2002
# Whom: verm
#
# $FreeBSD$
#
PORTNAME= ssed
PORTVERSION= 3.58
CATEGORIES= editors textproc
MASTER_SITES= http://queen.rett.polimi.it/~paolob/seders/ssed/
DISTNAME= sed-${PORTVERSION}
MAINTAINER= verm@drunkmonk.net
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
iconv:${PORTSDIR}/converters/libiconv
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} --program-prefix=s
MAN1= ssed.1
.include <bsd.port.mk>
|