freebsd-ports/editors/jove/Makefile
Simon L. B. Nielsen 4a44c200ac - Add distfile mirror to have more than one master site.
- Grab maintainer-ship from ports@.
2008-02-10 19:17:52 +00:00

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>