mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
c8eaa93644
Submitted by: lots and lots Pointy hat to: ade
25 lines
507 B
Makefile
25 lines
507 B
Makefile
# 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>
|