4a44c200ac
- Grab maintainer-ship from ports@.
22 lines
454 B
Makefile
22 lines
454 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/ \
|
|
${MASTER_SITE_LOCAL:S/$/:local/}
|
|
MASTER_SITE_SUBDIR= simon/:local
|
|
|
|
MAINTAINER= simon@FreeBSD.org
|
|
COMMENT= Jonathan's Own Version of Emacs
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
MAN1= jove.1 teachjove.1
|
|
|
|
.include <bsd.port.mk>
|