21 lines
384 B
Makefile
21 lines
384 B
Makefile
# New ports collection makefile for: jove
|
|
# Date created: 21 August 1994
|
|
# Whom: jkh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jove
|
|
PORTVERSION= 4.16
|
|
PORTREVISION= 1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/jove/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Jonathan's Own Version of Emacs
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
MAN1= jove.1 teachjove.1
|
|
|
|
.include <bsd.port.mk>
|