mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
c7756f383d
Differential Revision: https://reviews.freebsd.org/D36848
25 lines
559 B
Makefile
25 lines
559 B
Makefile
PORTNAME= jupp
|
|
PORTVERSION= 3.1.41
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www.mirbsd.org/MirOS/dist/jupp/ \
|
|
http://pub.allbsd.org/MirOS/dist/jupp/
|
|
DISTNAME= joe-${PORTVERSION:C/([0-9]+\.[0-9]+)\.([0-9]+)/\1${PORTNAME}\2/}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Portable version of Joe's Own Editor from MirBSD
|
|
WWW= https://www.mirbsd.org/jupp.htm
|
|
|
|
LICENSE= GPLv1
|
|
|
|
CONFLICTS= joe
|
|
|
|
USES= tar:tgz
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-termidx
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
pre-configure:
|
|
@${CHMOD} +x ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|