2001-02-07 15:51:16 +01:00
|
|
|
# ex:ts=8
|
1998-07-04 01:44:56 +02:00
|
|
|
# New ports collection makefile for: sted
|
|
|
|
# Date created: 19 May 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1998-07-04 01:44:56 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 02:25:54 +02:00
|
|
|
PORTNAME= sted
|
|
|
|
PORTVERSION= 0.2.2
|
1998-07-04 01:44:56 +02:00
|
|
|
CATEGORIES= editors
|
2005-08-01 20:45:31 +02:00
|
|
|
MASTER_SITES= http://freebsd.t-hosting.hu/sted/
|
1998-07-04 01:44:56 +02:00
|
|
|
|
2005-08-01 20:45:31 +02:00
|
|
|
MAINTAINER= gkovesdan@t-hosting.hu
|
2003-02-20 18:12:51 +01:00
|
|
|
COMMENT= Simple/Small/Stupid Text Editor
|
1998-07-04 01:44:56 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/sted
|
|
|
|
|
|
|
|
MAN1= sted.1
|
2005-08-01 20:45:31 +02:00
|
|
|
PORTDOCS= CHANGES COPYING README
|
|
|
|
PLIST_FILES= bin/sted
|
1998-07-04 01:44:56 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/sted ${PREFIX}/bin
|
|
|
|
@ ${INSTALL_MAN} ${WRKSRC}/sted.1 ${PREFIX}/man/man1
|
|
|
|
.if !defined(NOPORTDOCS)
|
2005-08-01 20:45:31 +02:00
|
|
|
@ ${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in ${PORTDOCS}
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
1998-07-04 01:44:56 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|