mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
20 lines
394 B
Makefile
20 lines
394 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|