1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/editors/sted/Makefile

31 lines
617 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: sted
# Date created: 19 May 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-14 00:25:54 +00:00
PORTNAME= sted
PORTVERSION= 0.2.2
CATEGORIES= editors
MASTER_SITES= http://user.tninet.se/~uxm165t/
2002-05-08 21:03:16 +00:00
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/sted
MAN1= sted.1
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/sted ${PREFIX}/bin
@ ${INSTALL_MAN} ${WRKSRC}/sted.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/sted
.for file in CHANGES COPYING README
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/sted
.endfor
.endif
.include <bsd.port.mk>