mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
02585bd39c
gate is a simple and unobtrusive line-oriented text editor. PR: 19905 Submitted by: Christopher N. Harrell <cnh@ivmg.net> Reviewed by: sobomax
31 lines
667 B
Makefile
31 lines
667 B
Makefile
# New ports collection makefile for: gate
|
|
# Date created: 15 June 2000
|
|
# Whom: James Howard
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gate
|
|
PORTVERSION= 2.04c
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www.wwnet.net/~janc/software/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= howardjp@wam.umd.edu
|
|
|
|
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
ALL_TARGET= gate gate.1
|
|
|
|
MAN1= gate.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gate ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/gate.1 ${PREFIX}/man/man1
|
|
${MKDIR} ${PREFIX}/share/gate
|
|
${INSTALL_DATA} ${WRKSRC}/gate.help ${PREFIX}/share/gate
|
|
|
|
.include <bsd.port.mk>
|